⇤ ← Revision 1 as of 2020-04-08 15:48:30
Size: 513
Comment:
|
Size: 641
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 21: | Line 21: |
path = '/Path' | path = '/path/to/file(s)' |
Line 27: | Line 27: |
import pandas as pd | df = pd.read_csv(path + 'name.csv', sep=';', header=0, dtype={'Force String Column': str}, parse_dates=['Date Column'] encoding='utf-8') |
Contents
Description
Pandas is a fast, powerful, flexible and easy to use open source data analysis and manipulation tool, built on top of the Python programming language.
Snippets
Standard import