Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Amit Gupta

Amit Gupta

Amit Gupta has asked 5 questions and find answers to 4 problems.

Stats

189
EtPoint
64
Vote count
5
questions
4
answers

About

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)))