Narwhals: For Pandas-to-Polars DataFrame Compatibility

preview_player
Показать описание
Polars, Python, Narwhals, Rust, and Pandas: Marco Gorelli talks to @JonKrohnLearns about the many ways to use the newest data libraries available, the joys of open-source development, and the best method to win prizes in forecasting competitions.

Рекомендации по теме
Комментарии
Автор

I didn't get. Why is it better to use this than simply pl.Dataframe(df) or df.to_pandas() in order to convert it back and forth?

Raiseren