Changed reviews count data format#12
Conversation
|
@sksshouvo I don't understand why you want reviews_count to be a String and not an Integer? Can you please explain why you want to do the change? Also for this to work, you also need to change the datatype in the Business dataclass (we have: reviews_count: int = None) |
@amineboutarfi Because when I run the Python script, playwright opens up google chromium with my native language "Bengali" and the number are also in bengla so it returns error. |
|
@sksshouvo makes sense yes. Please update the dataclasee in your PR to also change: Also don't include CSVs and xlsx in your PR if possible |
No description provided.