Skip to content

Instantly share code, notes, and snippets.

@snowhork
snowhork / 0_read_csv.py
Created April 7, 2023 04:16
gokartのサンプルコード(宣言方式・パイプライン方式)
import gokart
import luigi
import pandas as pd
class ReadCSV(gokart.TaskOnKart):
data_path: str = luigi.Parameter()
def run(self):
print("reading.... this is slow")
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.