ZalaScript

Pandas & SciKit ScyPy

May 15th, 2020
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.18 KB | None | 0 0
  1. import numpy as np
  2. import pandas as pd
  3.  
  4. //Creating a Series by passing a list of values, letting pandas create a default integer index:
  5.  
  6. s = pd.Series([1, 3, 5, np.nan, 6, 8])
Add Comment
Please, Sign In to add comment