framework
framework copied to clipboard
Integration with Kaggle as a data portal
Overview
# Read from datapackage file (we need to create/find a dataset with datapackage.json)
package = Package("https://www.kaggle.com/datasets/harshsinghal/common-crawl-sample-urls-js-libs")
# Create package from present files
package = Package("https://www.kaggle.com/datasets/harshsinghal/common-crawl-sample-urls-js-libs")
# More requirements will be added
# ...