Home / Companies / Hex / Blog / Post Details
Content Deep Dive

Exploring Data in Jupyter with Python and Pandas

Blog post from Hex

Post Details
Company
Hex
Date Published
Author
Andrew Tate
Word Count
3,065
Language
English
Hacker News Points
-
Summary

This article provides a detailed guide to data exploration in Jupyter with Python using the popular Titanic Survivor dataset. It covers setting up a Jupyter Notebook, installing Pandas, and various data exploration methods such as head(), tail(), sample(), info(), describe(), index mechanism, conditional filtering, value counts, groupby(), plotting, handling NaN values, joining datasets, dropping duplicates, converting datatypes, creating pivot tables, and crosstabulation. The article emphasizes the power of Jupyter for data exploration in machine learning and data science, allowing users to easily analyze and visualize their data with Python and Pandas.