2025.42 changes

This commit is contained in:
2025-10-24 22:29:15 +02:00
parent d0bcfcf8f1
commit e4579e4887
24 changed files with 699 additions and 352 deletions

View 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

View 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)