Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/crispengari/ml-data-loading

💎 This is a simple quick guide on working with files in pandas. We will be working with the following types of files and learn how to read and write using the pandas library.
https://github.com/crispengari/ml-data-loading

ai dataframe datascience jupyter-notebook machine-learning numpy pandas python

Last synced: about 2 months ago
JSON representation

💎 This is a simple quick guide on working with files in pandas. We will be working with the following types of files and learn how to read and write using the pandas library.

Awesome Lists containing this project

README

        

### ML Data Loading

In this repository we are going to have a series of notebook on how we can load data from files in python tailored for machine learning tasks.

1. [`00_PANDAS`](/00_PANDAS/)
2. [`01_PySpark`](/01_PySpark/)

### Documentation References

Here are the documentation references.

1. [PySpark](https://spark.apache.org/docs/latest/api/python/index.html)
2. [Pandas](https://pandas.pydata.org/docs/index.html)