Amit Gupta

2,698
reputation
4
24
37

A full time learner, data science and Machine Learning. Getting better at python. Feel free to contact me:

import pandas as pd

print(''.join(pd.Series([109,111,99,pd.np.nan,46,108,105,97,
              109,103,64,49,54,49,48,103,116,105,pd.np.nan,
              109,97]).dropna().astype(int)[::-1].map(chr)))