All Projects → chiphuyen → Just Pandas Things

chiphuyen / Just Pandas Things

An ongoing list of pandas quirks

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Just Pandas Things

Data Science Hacks
Data Science Hacks consists of tips, tricks to help you become a better data scientist. Data science hacks are for all - beginner to advanced. Data science hacks consist of python, jupyter notebook, pandas hacks and so on.
Stars: ✭ 273 (-58.64%)
Mutual labels:  jupyter-notebook, data-science, pandas, pandas-dataframe
Pandas Profiling
Create HTML profiling reports from pandas DataFrame objects
Stars: ✭ 8,329 (+1161.97%)
Mutual labels:  jupyter-notebook, data-science, pandas, pandas-dataframe
Data Science Projects With Python
A Case Study Approach to Successful Data Science Projects Using Python, Pandas, and Scikit-Learn
Stars: ✭ 198 (-70%)
Mutual labels:  jupyter-notebook, data-science, pandas, pandas-dataframe
Data Science Portfolio
Portfolio of data science projects completed by me for academic, self learning, and hobby purposes.
Stars: ✭ 559 (-15.3%)
Mutual labels:  jupyter-notebook, data-science, pandas
Andrew Ng Notes
This is Andrew NG Coursera Handwritten Notes.
Stars: ✭ 180 (-72.73%)
Mutual labels:  jupyter-notebook, data-science, pandas
Dtale
Visualizer for pandas data structures
Stars: ✭ 2,864 (+333.94%)
Mutual labels:  jupyter-notebook, data-science, pandas
Trump Lies
Tutorial: Web scraping in Python with Beautiful Soup
Stars: ✭ 201 (-69.55%)
Mutual labels:  jupyter-notebook, data-science, pandas
Functional intro to python
[tutorial]A functional, Data Science focused introduction to Python
Stars: ✭ 228 (-65.45%)
Mutual labels:  jupyter-notebook, data-science, pandas
Pdpipe
Easy pipelines for pandas DataFrames.
Stars: ✭ 590 (-10.61%)
Mutual labels:  data-science, pandas, pandas-dataframe
Prettypandas
A Pandas Styler class for making beautiful tables
Stars: ✭ 376 (-43.03%)
Mutual labels:  data-science, pandas, pandas-dataframe
Evidently
Interactive reports to analyze machine learning models during validation or production monitoring.
Stars: ✭ 304 (-53.94%)
Mutual labels:  jupyter-notebook, data-science, pandas-dataframe
Stats Maths With Python
General statistics, mathematical programming, and numerical/scientific computing scripts and notebooks in Python
Stars: ✭ 381 (-42.27%)
Mutual labels:  jupyter-notebook, data-science, pandas
Learnpythonforresearch
This repository provides everything you need to get started with Python for (social science) research.
Stars: ✭ 163 (-75.3%)
Mutual labels:  jupyter-notebook, data-science, pandas
Py
Repository to store sample python programs for python learning
Stars: ✭ 4,154 (+529.39%)
Mutual labels:  jupyter-notebook, pandas, pandas-dataframe
Programming With Data
🐍 Learn Python and Pandas from the ground up
Stars: ✭ 156 (-76.36%)
Mutual labels:  jupyter-notebook, data-science, pandas
Py Quantmod
Powerful financial charting library based on R's Quantmod | http://py-quantmod.readthedocs.io/en/latest/
Stars: ✭ 155 (-76.52%)
Mutual labels:  jupyter-notebook, data-science, pandas
Pytablewriter
pytablewriter is a Python library to write a table in various formats: CSV / Elasticsearch / HTML / JavaScript / JSON / LaTeX / LDJSON / LTSV / Markdown / MediaWiki / NumPy / Excel / Pandas / Python / reStructuredText / SQLite / TOML / TSV.
Stars: ✭ 422 (-36.06%)
Mutual labels:  jupyter-notebook, pandas, pandas-dataframe
Data Science For Marketing Analytics
Achieve your marketing goals with the data analytics power of Python
Stars: ✭ 127 (-80.76%)
Mutual labels:  jupyter-notebook, data-science, pandas
Machine Learning With Python
Practice and tutorial-style notebooks covering wide variety of machine learning techniques
Stars: ✭ 2,197 (+232.88%)
Mutual labels:  jupyter-notebook, data-science, pandas
Code
Compilation of R and Python programming codes on the Data Professor YouTube channel.
Stars: ✭ 287 (-56.52%)
Mutual labels:  jupyter-notebook, data-science, pandas

just-pandas-things

This repo contains a few peculiar things I've learned about pandas that have made my life easier and my code faster. This post isn't a friendly tutorial for beginners, but a friendly introduction to pandas weirdness.

What's in this repo?

  1. pandas is column-major, which is why row-based operations are slow
  2. SettingWithCopyWarning, or why we can't have nice things
  3. Indexing and slicing
  4. Accessors
  5. Data exploration
  6. Common pitfalls

I'll continue updating this repo as I have more time. As I'm still learning pandas quirks, feedback is much appreciated.

Thanks Luke Metz, Vikram Tiwari, and Karson Elmgren for reviewing!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].