2025.42 changes
This commit is contained in:
11
source/pandas/01-pandas-files/.pandasrc.ini
Normal file
11
source/pandas/01-pandas-files/.pandasrc.ini
Normal file
@@ -0,0 +1,11 @@
|
||||
[display]
|
||||
width = 200
|
||||
max_colwidth = 25
|
||||
max_columns = 20
|
||||
min_rows = 20
|
||||
precision = 3
|
||||
expand_frame_repr = True
|
||||
memory_usage = True
|
||||
|
||||
[display.html]
|
||||
border = 4
|
||||
7
source/pandas/01-pandas-files/03-csv-catalog.py
Normal file
7
source/pandas/01-pandas-files/03-csv-catalog.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import pandas as pd
|
||||
from pandas import configfile
|
||||
|
||||
|
||||
configfile.load()
|
||||
df = pd.read_csv("../data/csv/demo-file.csv", encoding="1252", header=None)
|
||||
print(df)
|
||||
Reference in New Issue
Block a user