Re-thought
  • Home
  • Jupyter Notebooks
  • Pandas
  • Data Visualisation in Python
  • About

Jupyter notebooks

A collection of 6 posts

How to visualize data with Matplotlib from a  Pandas Dataframe
Pandas

How to visualize data with Matplotlib from a Pandas Dataframe

Data Visualization is a big part of data analysis and data science. In a nutshell data visualization is a way to show complex data in a form that is graphical and easy to

  • Anna Zverkova
    Anna Zverkova
8 min read
The ultimate beginners guide to Group by in Python Pandas
Pandas

The ultimate beginners guide to Group by in Python Pandas

When should you use group by in general? I would say group by is a good idea any time you want to analyse some pandas series by some category.  Group by in Python

  • Anna Zverkova
    Anna Zverkova
4 min read
Guide to renaming columns with Python Pandas
Jupyter notebooks

Guide to renaming columns with Python Pandas

One of the most common actions while cleaning data or doing exploratory data analysis (EDA) is manipulating/fixing/renaming column names. So in this post, we will explore various methods of renaming columns

  • Anna Zverkova
    Anna Zverkova
2 min read
How to suppress scientific notation in Pandas
Pandas

How to suppress scientific notation in Pandas

Scientific notation isn't helpful when you are trying to make quick comparisons across your DataFrame, and when your values are not that long. However, Pandas will introduce scientific notation by default when the

  • Anna Zverkova
    Anna Zverkova
3 min read
Data project #1: Stockmarket analysis
Jupyter notebooks

Data project #1: Stockmarket analysis

This tutorial will cover basic techniques for financial data analysis. Specifically, we will use the pandas library to import stock data and manipulate the data to identify an investment thesis.

  • Luka Dadiani
    Luka Dadiani
4 min read
Use Jupyter notebooks anywhere
Jupyter notebooks

Use Jupyter notebooks anywhere

Access jupyter notebooks anywhere, from any device in the cloud. In this tutorial we’ll show you how to setup jupyter notebooks on a Linode server using Ubuntu 19.04

  • Luka Dadiani
    Luka Dadiani
6 min read
Re-thought © 2022
Latest Posts Ghost