Re: [Tutor] installing rtree on python 34

2016-02-06 Thread Bachir Bachir via Tutor
h  Bachir  On Saturday, February 6, 2016 9:49 AM, Alan Gauld wrote: On 06/02/16 06:47, Bachir Bachir via Tutor wrote: >  Dear all,I am using winpython 34 , could anyone help installing rtree please? > It seems rtree loading libspatialindex , > i donwnloaded the libspatial index

[Tutor] installing rtree on python 34

2016-02-06 Thread Bachir Bachir via Tutor
 Dear all,I am using winpython 34 , could anyone help installing rtree please?It seems rtree loading libspatialindex , i donwnloaded the libspatial index but rtree still cant find the files locationthanks much for your helpsincerelyBachir ___ Tutor mai

[Tutor] python plotting

2016-01-19 Thread Bachir Bachir via Tutor
 Dear all, I have some data taken at specific time of the day and i  want to display those data according to the time,attached is the cvs file and the display output from python pandas . I used the following script   v2=read_csv('v2_12.dat')  #data frame for v2  v2.plot(kind='bar', x='Time_hhmmss

Re: [Tutor] pandas data frame

2016-01-18 Thread Bachir Bachir via Tutor
_pete...@web.de> >> wrote: >>  Bachir Bachir via Tutor wrote: >>> Hello EverybodyI need to sort a dataframe according to a specific column >>> the create new dataframes according to the sorted columns each new >>> created dataframe should contain the list

[Tutor] pandas data frame

2016-01-17 Thread Bachir Bachir via Tutor
 Hello EverybodyI need to sort a dataframe according to a specific column the create new dataframes according to the sorted columns each new created dataframe should contain the list(set('the sorted element)any help please , i am new in python and pandas thanks muchBachir ___