Denwen12

Results 137 comments of Denwen12

He wanted it on the export csv not in the import larry On Thu, Jun 23, 2022, 7:36 AM lightninglarry ***@***.***> wrote: > it works for me if ive edited...

That's actually pretty easy

I'd like to know how I can do this as well

I need help with that code for stacking

i want it to remove players with a threshold of like 250 in the POSS column, i can do this in the playerlist but i wanna keep them in the...

I tryed this import pandas as pd ``` csv_filepath = '/root/NBA/2Slate/poss.csv' cdf = pd.read_csv(csv_filepath) #set this to whatever you want the correlation cutoff to be correlation_threshold = 230 for i...

Try =< On Sun, Sep 5, 2021, 11:28 AM lightninglarry ***@***.***> wrote: > @McCampy i get this error when i use the > code from other thread. Any thoughts? >...

i tryed ``` import pandas as pd csv_filepath = '/root/NBA/2Slate/players-list.csv' cdf = pd.read_csv(csv_filepath) min_price = 4000 max_price = 8000 for player in optimizer.players: if 'C' in player.positions: for i in...

Anyone have an idea how this can be done ? @sansbacon

i know that can work but id like to know if there is a way to do it with code On Fri, Jan 29, 2021, 12:00 AM Eric Truett wrote:...