79412009

Date: 2025-02-04 14:23:06
Score: 1
Natty:
Report link

Since pandas >= 0.25.0, you're able to use the explode method.

movie_data['genre_ids'].explode().hist()

will do the trick.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: roshambo