Skip to content

z5732141 - Implemented df.to_dict for better memory management and faster processing.#15

Open
alexpadillarosas wants to merge 1 commit into
mysilver:masterfrom
alexpadillarosas:activity-3-solution
Open

z5732141 - Implemented df.to_dict for better memory management and faster processing.#15
alexpadillarosas wants to merge 1 commit into
mysilver:masterfrom
alexpadillarosas:activity-3-solution

Conversation

@alexpadillarosas
Copy link
Copy Markdown

Optimised data insertion by using to_dict('records') to avoid the memory overhead of large intermediate JSON strings.
This improves serialisation efficiency and ensures the process scales without crashing (prevents potential crashes when handling large datasets)

…intermediate JSON string that could crash when data is large. Spped up the process without serialisation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant