Closed ComradeWave closed 1 year ago
When i try to export data from telegram, it always gives me
AttributeError: 'TelegramJsonParser' object has no attribute 'parse_file_intro_df'
I made a simple code to import data, but do i have to specify something in 'parser.parse_file_intro_df()' ? I'm a newbie to Python, so please, bare with me.
I'm sorry, did you write parse_file_into_df
or parse_file_intro_df
?
When i try to export data from telegram, it always gives me
AttributeError: 'TelegramJsonParser' object has no attribute 'parse_file_intro_df'
I made a simple code to import data, but do i have to specify something in 'parser.parse_file_intro_df()' ? I'm a newbie to Python, so please, bare with me.I'm sorry, did you write
parse_file_into_df
orparse_file_intro_df
?
My bad, it was into!
Ok, that is the case, but it still doesn't work?
Ok, that is the case, but it still doesn't work?
God, i'm so stupid lmao, that was the error, thanks for the help!
Don't worry, it can happen, do check thoroughly before filing issues.
When i try to export data from telegram, it always gives me
AttributeError: 'TelegramJsonParser' object has no attribute 'parse_file_into_df'
I made a simple code to import data, but do i have to specify something in 'parser.parse_file_intro_df()' ? I'm a newbie to Python, so please, bare with me.