I did data.to_csv('filename.csv') and filename.csv shows up when I do os.listdir(). I opened another kernal and did pd.read_csv('filename.csv') to make sure it's really there, and I got the data. But filename.csv doesn't show up in the Spyder file explorer or Windows file explorer. I tried turning on viewing hidden files, but that didn't work.
CodePudding user response:
