dcaribou / transfermarkt-datasets

⚽️ Extract, prepare and publish Transfermarkt datasets.
https://www.kaggle.com/datasets/davidcariboo/player-scores
Creative Commons Zero v1.0 Universal
226 stars 55 forks source link

Cleanup frictionless references #188

Open dcaribou opened 1 year ago

dcaribou commented 1 year ago

The use of the frictionless framework seems unnecessary, and it should be possible to cleanup all references ande remove it from the dependencies.

For example https://github.com/dcaribou/transfermarkt-datasets/blob/ac99690e2ed5b23bc418c982ebf374e11096503e/transfermarkt_datasets/assets/cur_club_games.py#L2

dcaribou commented 1 year ago

Most of these references have been removed, however frictionless is still being used to abstract the datapackage management. Is this actually worth it?