Re: [BangPypers] My querry

2019-09-24 Thread Shanki Singh Gandhi
On Tue, Sep 24, 2019 at 1:04 PM Bappa Bhalsing via BangPypers < bangpypers@python.org> wrote: > Hello All, > I am trying to run following program using python and i am getting error > consistently. > Please to resolve. > input_file = '.\Desktop\height-weight.csv'import pandas as pd > from pandas

Re: [BangPypers] My querry

2019-09-24 Thread Abhiram R
On Tue, Sep 24, 2019 at 1:04 PM Bappa Bhalsing via BangPypers < bangpypers@python.org> wrote: > Hello All, > I am trying to run following program using python and i am getting error > consistently. > Please to resolve. > input_file = '.\Desktop\height-weight.csv'import pandas as pd > from pandas

Re: [BangPypers] My querry

2019-09-24 Thread Anand Chitipothu
On Tue, Sep 24, 2019 at 1:03 PM Bappa Bhalsing via BangPypers < bangpypers@python.org> wrote: > Hello All, > I am trying to run following program using python and i am getting error > consistently. > Please to resolve. > input_file = '.\Desktop\height-weight.csv'import pandas as pd > from pandas

[BangPypers] My querry

2019-09-24 Thread Bappa Bhalsing via BangPypers
Hello All, I am trying to run following program using python and i am getting error consistently. Please to resolve. input_file = '.\Desktop\height-weight.csv'import pandas as pd from pandas import DataFrame as df df = pd.read_csv(input_file)df.head() o/p is OK df('height') =