我有一個約500個csv文件的列表,每個文件的文件名由一個六位數字後跟一年(例如123456_2015.csv)組成。我想將具有相同六位數字的所有文件附加在一起。我試圖實現在這個問題中建議的代碼: Import and rbind multiple csv files with common name in R但我希望將附加數據作爲新的csv文件保存在與當前保存的原始文件相同的目錄中。我也嘗試實現
這裏是我的代碼: letters = ['a','b','c']
print("here are the letters you already searched",letters)
letter = input("please enter a letter")
print(letter)
letters = letters.append(letter)
它不會把它添加到列表中。我也試
當我嘗試將元組列表添加到另一個列表時,它變爲空。 tagged_sentences_list = []
for i in range (len(sentences)):
length_sentences = len(sentences[i].split(" "))
del words_in_the_sentence[:]
del tagged_words[:]
我有一個數據框中的用戶列表。我試圖找到這些用戶的追隨者,並將他們放在一個單一的數據框文件。這裏是我的代碼: library(rtweet)
#Searching users with a specific tweet.
A <- search_tweets("RT @ReggaeMarleyBob: Sometimes you have no", n=1000)
#Extract the