Код: Выделить всё
import polars as pl
df = pl.from_repr("""
┌─────────────────┬────────────┐
│ Time in seconds ┆ Force in N │
│ --- ┆ --- │
│ f64 ┆ f64 │
╞═════════════════╪════════════╡
│ 0.0 ┆ 2310.18 │
│ 0.0005 ┆ 2313.23 │
│ 0.001 ┆ 2314.14 │
└─────────────────┴────────────┘
""")
Подробнее здесь: https://stackoverflow.com/questions/769 ... -dataframe
Мобильная версия