Search code examples
pythonpython-3.xkaggle

Where are the files generated through code in a kaggle kernel stored?


Generated a few csv files in kaggle using np.savetxt, but can't find them. The workspace just shows the dataset that I am working on.

np.savetxt("user64.txt", user64[cols], fmt = '%f', delimiter = ',')


Solution

  • https://www.kaggle.com/getting-started/58426

    Pretty simple and posted from Kaggle forum.