0

is it possibel to see progress under code?

morpheme = [[('apple','Noun')]....]
word2_df= pd.DataFrame(sum(morpheme_test,[]), columns = ['word','type'])

It worked well when extracting 20 from the list and proceeding.

However, when I used the whole data, it took too long to get it to work, so I had to make sure it worked.

So, I refer to the following url, but I do not know if it applies to my case.

Progress indicator during pandas operations (python)

I'd appreciate it if you could tell me how to check the progress of the above code.

Nihal
  • 5,262
  • 7
  • 23
  • 41
송준석
  • 991
  • 1
  • 16
  • 32

0 Answers0