pandas-dataframe topic

List pandas-dataframe repositories

pytablewriter

594
Stars
42
Forks
Watchers

pytablewriter is a Python library to write a table in various formats: AsciiDoc / CSV / Elasticsearch / HTML / JavaScript / JSON / LaTeX / LDJSON / LTSV / Markdown / MediaWiki / NumPy / Excel / Pandas...

Data-Science-Projects-with-Python

622
Stars
194
Forks
Watchers

A Case Study Approach to Successful Data Science Projects Using Python, Pandas, and Scikit-Learn

influxdb-client-python

672
Stars
176
Forks
Watchers

InfluxDB 2.0 python client

PrettyPandas

410
Stars
23
Forks
Watchers

A Pandas Styler class for making beautiful tables

sidetable

381
Stars
30
Forks
Watchers

sidetable builds simple but useful summary tables of your data

pydbgen

297
Stars
59
Forks
Watchers

Random dataframe and database table generator

pyreadstat

302
Stars
55
Forks
Watchers

Python package to read sas, spss and stata files into pandas data frames. It is a wrapper for the C library readstat.

pyreadr

288
Stars
23
Forks
Watchers

Python package to read and write R RData and Rds files into/from pandas dataframes. No R or other external dependencies required.

rightmove_webscraper.py

241
Stars
109
Forks
Watchers

Python class to scrape data from rightmove.co.uk and return listings in a pandas DataFrame object

10_Python_Pandas_Module

237
Stars
225
Forks
Watchers

Pandas is a high-level data manipulation tool developed by Wes McKinney. It is built on the Numpy package and its key data structure is called the DataFrame. DataFrames allow you to store and manipula...