Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Finding sequential invoice
Post: Finding sequential invoice

Hi, I have the following dataframe and I would need to find the sequential invoice from each same name. Can kindly advise? Thanks. data={'myid':[1,2,3,4,5,6],'name':['Mary','John','John','Peh','Alex...
william888 General Coding Help 0 1,342 Mar-24-2020, 12:41 AM
    Thread: Plotting number on graph
Post: Plotting number on graph

Hi, Below is a sample code which I plotted the graph, however I do not know how to plot number point on the graph. Can anyone kindly advice? Thanks. P.S. I research online and hardly see people plo...
william888 General Coding Help 1 1,688 Sep-02-2019, 01:03 AM
    Thread: Number format
Post: Number format

Hi, I have 2 columns (colA & colB) which is float type. When I apply the following python code, the 2 columns shows exactly the same value. Example: colA = 3940.82 vs colB = 3940.82 test = df....
william888 General Coding Help 3 2,792 Aug-22-2019, 08:31 AM
    Thread: Generalize the topic from a feature
Post: Generalize the topic from a feature

Hi, I have 2 columns (Description and Type), for each type I want to know what the general topic the type is indicating about. For example, typeA it is indicating about music instruments. From the b...
william888 Data Science 1 1,704 Aug-22-2019, 07:43 AM
    Thread: display graph in columns and rows
Post: display graph in columns and rows

Hi, for col in df[['age','num1','num2','num3','num4']]: grid = sns.FacetGrid(data=df,hue='predictor').map(sns.kdeplot,col) grid.add_legend() plt.show()As per above code, I am able to gener...
william888 Data Science 1 1,825 Jul-02-2019, 01:38 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020