You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now it's not possible to replace a default loader (e.g. for CsvLoader) except by using hidden/private methods. For example:
fromdatakneadimportKneadfrommy_csvloaderimportCsvLoaderKnead._loaders["csv"] =CsvLoader# Convert a csv with semicolons to jsonprint(Knead("./cities-semicolon.csv", delimiter=";"))
The text was updated successfully, but these errors were encountered:
Right now it's not possible to replace a default loader (e.g. for
CsvLoader
) except by using hidden/private methods. For example:The text was updated successfully, but these errors were encountered: