How you can supercharge the performance of your python code without changing a thing.
I really loved Marcel's explanation of how PyPy works and the difference in how various pieces of code run. It made it very clear to me.
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.
How you can supercharge the performance of your python code without changing a thing.
I really loved Marcel's explanation of how PyPy works and the difference in how various pieces of code run. It made it very clear to me.
|
This article is an overview of using SQL to manipulate time-series data.
This is nice and clear. Times are ok if you have enough of the right data and you really understand what you are doing. Pay particular attention to timezones and daylight saving. Also, consider the physical location of the data and what time that system or server is set up to be.
Develop ARIMA, SARIMAX, FB Prophet, VAR, and ML models using Auto-TS library.
This is really neat - I wish I had known about this library years ago!
Nailing high-level data structure tools in Python.
This is really useful both for the beginner and the experienced programmer who might appreciate a reminder of these container data types (I certainly did).
Easily learn what is only learned by hours of search and exploration.
I really think these can be used in "normal" life and that if you don't have access to Kaggle but want to get into Data Science you really need to add it to your places to look for help and advice.
So many Python libraries exist that offer powerful and efficient foundations for supporting your data science work and machine learning model development. While the list may seem overwhelming, there are certain libraries you should focus your time on, as they are some of the most commonly used today.
I found this useful and it gave me a great reminder of what I can/should use for libraries now.
The absolute basics for beginners learning Pandas in 2021.
This is SO useful and a great reminder for you even if you know how to do the basics included in this cheat sheet - definitely one to save and refer back to.
Tools to help you understand the data well.
I thought this was a really useful post and I learnt a couple more libraries to use next time I need to plot something.
How easy it is to write efficient code?
I found this really insightful and made me think a little more about any code I write.
Sponsored News from Data Science Central | |||||||
|
Christopher shows you 3 unique ways you can save time, using Web Scraping.
This was interesting and a great indicator of what is possible in web scraping to achieve all sorts of things. He includes a link to his course on web scraping on Udemy. I feel some playing with some web scraping to help me to do some rather boring tasks.