📄️ Flipside Integration
Flipside provides reliable blockchain data. You can simply use FlipSideSource to fetch data from Flipside and use it
📄️ Local Source
The LocalSource will be used for reading files from the local machine.
📄️ Source
The Source is used for fetching the dataset. The source has different implementations: local, database, or Flipside
📄️ Splitter
Splitting data is very useful when working on data for ML purposes. For example, splitting data for test and train sets
📄️ SQL Database Source
Fetching data from a SQL database is very common. You can use a database URL and your custom query to fetch data from
📄️ Schema
The Schema has two main jobs: first, to change the data type of columns, and second, to change the column names.