0.3.28: Support no specification load single dataframe
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