Skip to content

0.3.28: Support no specification load single dataframe

Compare
Choose a tag to compare
@vaaaaanquish vaaaaanquish released this 16 Mar 04:12
· 249 commits to master since this release
7056c10

New feature

  • Support no specification load single dataframe #180
class Task(gokart.TaskOnKart):
    bar = gokart.TaskInstancePrameter()

    def run(self):
        df = self.load_data_frame()    # We won't have to write "bar" about it because it's obvious