Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: How to write for loop?
Post: RE: How to write for loop?

pd.np.random.seed(123) df = pd.read_csv('LoanStats_2017+2016-39orgin.csv', encoding='big5') df = df.fillna(df.mean()) accuracies = defaultdict(list) f1err=defaultdict(list) f2err=defaultdict(list)...
sandy49992 Data Science 7 5,430 Sep-21-2018, 01:47 AM
    Thread: How to write for loop?
Post: RE: How to write for loop?

Thank you very much!
sandy49992 Data Science 7 5,430 Sep-04-2018, 03:54 PM
    Thread: How to write for loop?
Post: RE: How to write for loop?

And I want to append run 20 times values to create each new row in the dataframes. I try think how to do, but it still meet some difficulties. I hope that I could explaine well. thanks for the hard ...
sandy49992 Data Science 7 5,430 Aug-30-2018, 04:52 PM
    Thread: How to write for loop?
Post: RE: How to write for loop?

Hello,Sciadm. Your code is really perfect,and solve my problem, thank you so much. And I change a little to select sample data. However I still have some question? I'm not sure how to write it run 20 ...
sandy49992 Data Science 7 5,430 Aug-30-2018, 02:49 PM
    Thread: How to write for loop?
Post: RE: How to write for loop?

Hello, Sciadm I've combine your code,thanks you so much.
sandy49992 Data Science 7 5,430 Aug-30-2018, 11:27 AM
    Thread: How to write for loop?
Post: How to write for loop?

Hello, my friends. This is my first post in python. My English is not very well,sorry... I'm try to practice more. I do my best to express the question. This is a loan data code to predict default or...
sandy49992 Data Science 7 5,430 Aug-29-2018, 04:25 PM

User Panel Messages

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