Creating Series using Dictionary | In Python |

preview_player
Показать описание
Python programming code to create Series using Dictionary:

import pandas as pd
dictionary={'name of row1': 1st value, 'name of row2': 2nd value,............}
print(pd.Series(dictionary))
Рекомендации по теме
join shbcf.ru