[CDF-28566] 🪒 Remove data crud - #3214
Conversation
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize the Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counterproductive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here. |
☂️ Code Coverage
Overall Coverage
New FilesNo new covered files... Modified Files
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3214 +/- ##
==========================================
+ Coverage 85.03% 85.15% +0.12%
==========================================
Files 466 465 -1
Lines 43830 43680 -150
==========================================
- Hits 37271 37197 -74
+ Misses 6559 6483 -76
🚀 New features to boost your workflow:
|
7ab1a8e to
b5def28
Compare
9052086 to
bb2d249
Compare
b5def28 to
221a237
Compare
bb2d249 to
1ff4b84
Compare
221a237 to
0f522c4
Compare
1ff4b84 to
aa1591e
Compare
Description
With the removal of the ResourceDataLoader classes we can now drop
pandasas a dependency.Bump
Changelog
Removed
pandasis no longer a required dependency for Toolkit.