Apr 21, 2025, 5:41 AM
amazon-beer-ranking-data.xlsx
Missing file
price_change
and rank
scraped_date
, rank
, product_name
, price
, rating
, url
, asin
, previous_rank
, rank_change
, new_entry
, previous_price
, price_change
, price_change_rate
, and unnamed:_13
.price_change
and rank
, we first need to ensure that the price_change
column is numeric. Let's convert it to a numeric type and then plot the correlation.price_change
column contains non-numeric values such as 'NEW', which have been converted to NaN. This means we don't have valid numeric data in the price_change
column to analyze the correlation with rank
.price_change
column. If you have any other data or questions, feel free to ask!kaleido
package, even though it was installed. This might be due to an environment issue where the package is not being recognized correctly.kaleido
package is correctly installed in the environment where the code is being executed.