Conversation

at this point i just really want a good programmer to come in and fix all my code and pat me on the head and make everything okay cause im about to start crying from frustration here
40
450
ive hit the point where i got 90% of what i need to do finished, but the code is messy and weird and slow, and the last tiny 10% is confusing af and i cant get the motivation to do it cause its only the last bit and i just wanna be saved by an all powerful diety
11
106
but i cant just like, send my data to someone else and beg them to fix it for me, cause the data is super sensitive/private. i wanna die
19
83
Replying to and
Just use numpy to generate fake data. If you want within a range, you can np.random.randint(). If you want to generate random dates you can use pd.to_datetime() and give unit as ‘a’. And just loop through columns using a for loop and create a new data frame
2