check dependencies of a pypi package

2020-09-26 Thread kamaraju kusumanchi
How can I check the dependencies of a pypi package without installing it? For example, looking at the pandas 1.1.2 package in https://pypi.org/project/pandas/1.1.2/, is there a way to determine the numpy version it depends upon without installing the package? thanks raju -- Kamaraju S Kusumanchi

Re: OT: Is there a name for this transformation?

2019-07-17 Thread kamaraju kusumanchi
On Wed, Jul 10, 2019 at 3:08 PM Peter J. Holzer wrote: > > On 2019-07-10 08:57:29 -0400, kamaraju kusumanchi wrote: > > Given a csv file with the following contents > > > > 20180701, A > > 20180702, A, B > > 20180703, A, B, C > > 20180704, B, C > &g

OT: Is there a name for this transformation?

2019-07-10 Thread kamaraju kusumanchi
Given a csv file with the following contents 20180701, A 20180702, A, B 20180703, A, B, C 20180704, B, C 20180705, C I would like to transform the underlying data into a dataframe such as date, A, B, C 20180701, True, False, False 20180702, True, True, False 20180703, True,

hourly weather forecast data

2016-04-12 Thread kamaraju kusumanchi
Is there a way to get hourly weather forecast data (temperature, chance of precipitation) from the command line in Debian Linux? Basically, I am trying to write a python program that will send myself an email if it is going to rain at say 7:00 am the next day. The idea is to trigger the emails onl

Re: pdf version of python tutorial

2016-03-13 Thread kamaraju kusumanchi
On Sun, Mar 13, 2016 at 1:34 PM, Chris Warrick wrote: > > There is a download link on the documentation index: > > https://docs.python.org/3/download.html > Exactly what I needed. Thanks. raju -- Kamaraju S Kusumanchi | http://raju.shoutwiki.com/wiki/Blog -- https://mail.python.org/mailman/lis

pdf version of python tutorial

2016-03-13 Thread kamaraju kusumanchi
Is there a pdf version of the python tutorial https://docs.python.org/3/tutorial/index.html that I can download? The idea is to have everything in one file so I can search easily, be able to work offline. thanks raju -- Kamaraju S Kusumanchi | http://raju.shoutwiki.com/wiki/Blog -- https://mail.