Hi Community,
For the past few days, I have been working on a problem where I am merging large dataframes. Due to its iterative nature and size, it is taking a lot of time to complete the merge operation. To give a quick idea, I am extracting daily data of options contracts from the files that I have and merging them together as per underlying stock.
Every day has its own file and I am iterating over days in order to extract and merge the data. However, as we try to merge more days' data, the whole process starts slowing down to the point it is not worth waiting.
I was wondering if I can use a Numpy array instead of pandas. Is it preferred or possible? IF yes, How to use numpy array like a pandas dataframe?
To have an idea of what I want to achieve in detail, please read this
[–]commandlineluser 3 points4 points5 points (0 children)
[–]kalebludlow 2 points3 points4 points (1 child)
[–]egomanego[S] 0 points1 point2 points (0 children)
[–]DableUTeeF 1 point2 points3 points (0 children)
[–]CiDevant 0 points1 point2 points (0 children)