You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Writing pandas dataframes to disk seems really common. I am going to have to write my own DFNode class for this. Would you like me to generalize it enough and then contribute it here?
Yes, please. I intended to build a collection of nodes that people regularly use with the help of users. If it grows too big, it should probably be split into a separate package, but for now, we can implement them here in a separate module like nodes_extension.py and import necessary packages with import_optional_dependency.
Writing pandas dataframes to disk seems really common. I am going to have to write my own
DFNode
class for this. Would you like me to generalize it enough and then contribute it here?I would imagine something like
The text was updated successfully, but these errors were encountered: