How to Extract Datetime From Text and Data From Datetime.
This is just SO useful.
This is a blog containing data related news and information that I find interesting or relevant. Links are given to original sites containing source information for which I can take no responsibility. Any opinion expressed is my own.
Alternatives to the Apply function to improve the performance by 700x.
Some great suggestions that should definitely deliver great results.
In this tutorial, they are going to list some of the most common algorithms that are used in supervised learning along with a practical tutorial on such algorithms.
This is really useful and worth a bookmark or printout.
In this tutorial, you’ll learn about the single responsibility principle and how to implement it in Python.
This was very clear and easy to use. I really think you should use this website to learn more about Python.
Run your data science tasks in parallel to speed up computation time.
Great examples with code to make is easier to do this with your code.
Converting a pandas DataFrame into a NumPy array.
A great guide which shows just how easy it can be to do that conversion.
Visualization ideas for coping with overlapping lines in multiple time-series plots.
Some of these ideas are quite neat. Don't stick to the one you prefer the most - some sets of data may suit one of these examples more than the others.
Learn how to run multiple machine learning models using lazy predict.
This is really neat and so you need to bookmark or add it to something like Evernote so you can use this in your Python code.
Data Science is an ever-growing field, there are numerous tools & techniques to remember. It is not possible for anyone to remember all the functions, operations and formulas of each concept. That’s why we have cheat sheets and summaries. They help us access the most commonly needed reminders for making our Data Science journey fast and easy.
This is really like a one-stop-shop for cheatsheets - definitely worth a bookmark, a printout, adding to Evernote or whatever is your choice for preserving something important.
The incremental data load approach in ETL (Extract, Transform and Load) is the ideal design pattern. In this process, we identify and process new and modified rows since the last ETL run.
Code is available on Github. I can see that it is picking up just changes but I wonder for a lot of data how efficient that actually is and whether that comparison should be done at the source or off somewhere else in the cloud where it can't affect the source's performance. Something to consider.
Explore endless possibilities of printing and formatting lists in Python.
Some of these were new for me and so I expect others will discover something new here too.
He was always amazed by how easily things can be done using python. Some of the tedious tasks can be done in a single line of code using python. He has gathered some of his favourite one-liners from python.
This is a great resource and something that you may learn from.
Run several applications at the same time.
I needed to find a way to do this so I am really grateful to Amit for showing me how to in this article. Definitely a must-read if you want to do anything interesting in Python.
Here is his take on this must-have Python library and why you should give it a try.
I like this - it looks incredibly easy to use and very intuitive. Definitely, one to add to your list of very useful Python libraries.
Some cool things most people do not realize f-strings can do in Python,
Interesting to read and think about as I had no idea about some of these things.