Results 13 issues of Mustafa Keskin

Hello I think max sentence length must be optinal. max_sentence_len = max(map(len, sentences)

How to Save pandas dataframe to csv or pickle ``` import pandas as pd df = pd.DataFrame({"a":[1]}) df.to_csv("asd.csv") ``` This commands work but save local folder not gcp

Hello This is my simple flow I want to run my notebook first 5-6 cell work correctly But last few cell always get KeyboardInterrupt: error My flow dont throw any...