|
You are here |
www.rasulkireev.com | ||
| | | | |
tomaugspurger.net
|
|
| | | | | This is the first post in a series where I'll show how I use pandas on real-world datasets. For this post, we'll look at data I collected with Cyclemeter on my daily bike ride to and from school last year. I had to manually start and stop the tracking at the beginning and end of each ride. There may have been times where I forgot to do that, so we'll see if we can find those. | |
| | | | |
chipnetics.com
|
|
| | | | | There is a lot to remember in data science! It touches everything from alignment, to data wranging, data analytics, storytelling and visuals. This python cheat sheet is a quick reference to get a fast boost into many of these areas. | |
| | | | |
data36.com
|
|
| | | | | What is correlation and why is it important in data science? How can you calculate it? How to use the .corr() in pandas? Find the answers... | |
| | | | |
wittchen.io
|
|
| | | Introduction I have my own tiny Python project called spotify-cli-linux, which is (surprise!) command line interface for Spotify desktop app on Linux. Python is not my primary programming language and I work more with Java. Nevertheless, I find this language enjoyable and useful in many cases, so I try to learn something new about it from time to time. In the beginning, I've provided instructions how to install my Python script in the system via curl and wget, which is fine, but it's not recommended and ... | ||