This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import pandas | |
# | |
## Settings ## | |
input_file = "13441370_meta.json-lines" # Have to be a .json-lines files | |
output_file = "All_reviews.csv" # Have to be a .csv file | |
new_columns = ( # The new file columns | |
'product_name', | |
'product_brand', | |
'product_category', | |
'product_code', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
test |