Skip to content

Python Collections and R Collections

Ananyeah edited this page Mar 6, 2018 · 3 revisions
R Python Comments
Vector np.array immutable
N/A list
N/A set
list dict
N/A tuple
matrix np.array
dataFrame pd.DataFrame
table N/A
pandas Series vector with names

Clone this wiki locally