- Pandas
Series
can have string indices (similar to how array indices in general are numbers). numpy.array
is just a convenience function to create anndarray
. You can also create an array usingnumpy.ndarray
but that is not recommended.
Can I try out the following?
- Scatter plot of movie ratings vs their
bias
.