You just need to pass tweet_mode='extended'
while initializing Api
:
df = pd.DataFrame([str(tweet.created_at) +''+ tweet.text +'' for tweet in tweepy.Cursor(api.user_timeline, tweet_mode='extended', id = users[i], full_text = True, until='2020-10-01').items()], columns = ['Tweets'])