So much cool #TIL stuff in there: https://csvbase.com/blog/7
#csvbase (https://csvbase.com/) is a site for sharing (and getting) csv files
#fsspec (https://github.com/fsspec/filesystem_spec/) and how to use it in your code (change `open()` with `fsspec.open()`) and how to extend it with your own custom url schemes let it work in pandas/polar/...
#python

Client libraries are better when they have no API
fsspec is secretly everywhere, and boss
csvbase
Client libraries are better when they have no API
fsspec is secretly everywhere, and boss
csvbasefsspec и вообще зачем оно нам нужно
Привет! Сегодня я расскажу вам про fsspec, его киллер фичи и почему он является незаменимым инструментом любого python разработчика.
https://habr.com/ru/articles/781804/
#fsspec #filesystem #s3 #cloud_storage

fsspec и вообще зачем оно нам нужно
Привет! Сегодня я расскажу вам про fsspec и его киллер фичи. 1. Введение В современной разработке различного ПО и управлении данными, одной из ключевых проблем является работа с разнообразными...
Хабр