Nick Crews
Nick Crews
Hi! I just looked up this bug after running into this warning. Thanks for your work on all this @cosmicBboy Can we make it so that on DataFrameSchema __init__, the...
I could do a PR for this. That change to `Column.set_name` would be breaking for users. Do you want any sort of warning or deprecation schedule? ie leave it as...
I was thinking that someone might be directly calling `Column.set_name`, since that is part of the public API, outside of the context of a DataFreSchema that we've been talking about
Oops sorry I didn't see your comment "how?". I wasn't thinking of people relying on Column getting mutated in DataFrameSchema, I was thinking of this: ``` c1 = Column(name="name1") c1.set_name("name2")...
I have been running into this issue, but I was able to solve it following my comment on [this stack overflow question](https://stackoverflow.com/questions/48118646/gephi-graph-disappears-when-i-click-center-on-graph#:~:text=All%20you%20need%20to%20do,again%20and%20it%20should%20reappear.) The relevant part of the solution for me...
> However, we also don't want to systematically check the source code of functions called, especially if they are from a package and do not change, because that would cause...
I wouldn't make this a priority. The current API is not that cumbersome. If this does happen, I might suggest using `default` instead of `global` (as I assume it could...
@fgregg Think it would be useful if dedupe actually had some profiling code built in? Seems like this sort of debugging/guesswork is sorta common. I'm no expert in this, but...
Good thought, don't know for sure, but looking at the source code my impression is that it will always have overhead. To get around this we could write our own...
@fgregg this has gotten way bigger, and this was very much done in an experiemental/haphazard way, so that some commits undo/modify what previous commits did. I can rebase this in...