Read and write files with Jupyter Notebooks

Now that you’ve set up your Jupyter notebook, you can start getting data into it. To this purpose, this post discusses how to read and write files into and out of your Jupyter Notebooks. Furthermore, it tells you about the Python libraries you need for analyzing data. First things first: Essential Python libraries Your Jupyter

Pandas: Do work quickly. And learn programming!

I love pandas! This kind, of course… … but also the Python Data Analysis Library, an open-source software library. Even if you’re not trained as a programmer (like me), it can become a valuable time-saving tool. And here’s why. The data looks like Excel. So, it’s familiar. Pandas uses two basic formats (“objects”, in programming-speak)