Skip to content

Instantly share code, notes, and snippets.

@zilista
Created July 2, 2020 05:44
Show Gist options
  • Save zilista/9df79c295af7ee6a1b91b1c448cbb2a6 to your computer and use it in GitHub Desktop.
Save zilista/9df79c295af7ee6a1b91b1c448cbb2a6 to your computer and use it in GitHub Desktop.
all_file_ner = ['links_to_lenta_by_ner_pravo.csv', 'links_to_lenta_by_ner_buh.csv', 'links_to_lenta_by_ner_ekonom.csv', 'links_to_lenta_by_ner_all.csv']
for file in all_file_ner:
new_df = pd.read_csv(file)
all_lenta_ner = all_lenta_ner.append(new_df)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment