DOC update remaining gallery examples to load datasets from paths#1964
Conversation
af7f6c7 to
c24212c
Compare
|
@rcap107 while updating |
c24212c to
02406ae
Compare
Hi @MuditAtrey, yes you're right, there is an issue there. Please fix it and thanks |
02406ae to
b0ef47d
Compare
|
Hi @MuditAtrey, thanks for the fix. Do you still need to do something with the PR, or can we switch it to ready for review? |
|
@rcap107 was about to ask you the same, switch it to ready |
rcap107
left a comment
There was a problem hiding this comment.
Looks good to me, thanks a lot @MuditAtrey
Description
Part of #1934.
Updates the remaining gallery examples to load datasets from file paths
instead of accessing dataframes directly from the bunch object, following
the pattern established in #1852 and #1940.
Files changed:
examples/FIXME/07_grid_searching_with_the_tablevectorizer.pyexamples/data_ops/1110_data_ops_intro.pyNote:
examples/FIXME/08_join_aggregation_full.pyusesfetch_figsharewhich is no longer available in the codebase, which is why I left it untouched.
Checklist
How Has This Been Tested?
pre-commit run --all-filespasses cleanly.examples/FIXME/07_grid_searching_with_the_tablevectorizer.pyruns without errors.examples/data_ops/1110_data_ops_intro.pyhere data loads correctly from paths;but a preexisting error downstream (ML pipeline) were unrelated to this PR.
AI Disclosure