be-theboss-in-python
be-theboss-in-python copied to clipboard
Regex not found error
I get error message after opening the chat export and it doesn't work
also, I get the "empty data frame" message
I get error message after opening the chat export and it doesn't work
For the regex, it is simply just replace 'regex' with 're'. Because it was already imported in 'import re'
also, I get the "empty data frame" message
I also have the same issue with the empty data frame
I also have the same issue with empty data frame
I also have the same issue with empty data frame
I found the issue why you got empty data frame. It happens when the code does not match with the chat extracted data. So you need to adjust the code to match your data.
May you tell which code that not match with chat extracted data?
The date format must different. Please check the date format of your whatsapp chat and accordingly change the regex.
For the regex error and the empty dataframe. I've solved this way:
just changing the regular expression and using compile function.
Please use the technique provided by @Pascual2m if you face a regex issue.
https://github.com/afizs/be-theboss-in-python/issues/1#issuecomment-1344698782