Created
July 2, 2020 05:44
-
-
Save zilista/9df79c295af7ee6a1b91b1c448cbb2a6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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