Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
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
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
PolyMathOrg
/
DataFrame
Public
Notifications
You must be signed in to change notification settings
Fork
28
Star
79
Code
Issues
34
Pull requests
3
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
DataFrame
src
on
master
User selector
All users
All time
Commit history
Commits on Aug 27, 2024
Added Array2D class since it was deleted in Pharo 12
jordanmontt
committed
0d4ff94
View commit details
Copy full SHA for 0d4ff94
View code at this point
Browse repository at this point
Commits on Apr 24, 2024
Merge pull request #286 from Joshua-Dias-Barreto/dataframeCsv
Show description for 6caf913
olekscode
authored
6caf913
View commit details
Copy full SHA for 6caf913
View code at this point
Browse repository at this point
Commits on Apr 23, 2024
Fixed #285. Renamed removeRowsOfColumnElementsSatisfying: onColumn: and removeRowsOfColumnElementsSatisfing: onColumnNamed:
olekscode
committed
89681f0
View commit details
Copy full SHA for 89681f0
View code at this point
Browse repository at this point
Added writeToCsv: withColumnNames: withRowNames:
Joshua-Dias-Barreto
committed
9671eee
View commit details
Copy full SHA for 9671eee
View code at this point
Browse repository at this point
Commits on Dec 14, 2023
Adapted test to work around different RNG implementation in Pharo versions 12 and above
Hernán Morales Durand
committed
c4df4c1
View commit details
Copy full SHA for c4df4c1
View code at this point
Browse repository at this point
Merge branch 'master' into add_shuffling
hernanmd
authored
07d97ca
View commit details
Copy full SHA for 07d97ca
View code at this point
Browse repository at this point
Commits on Dec 13, 2023
Add drop column method and test.
Show description for 4878ce3
Hernán Morales Durand
committed
4878ce3
View commit details
Copy full SHA for 4878ce3
View code at this point
Browse repository at this point
Commits on Dec 11, 2023
Add DataFrame>>#summary collecting a DataSeries>>#summary column for each numerical column joined in a new DataFrame
svenvc
committed
f1127d7
View commit details
Copy full SHA for f1127d7
View code at this point
Browse repository at this point
Add shuffleBy:
Show description for 56d9923
Hernán Morales Durand
committed
56d9923
View commit details
Copy full SHA for 56d9923
View code at this point
Browse repository at this point
Commits on Dec 7, 2023
Change DataSeries>>#summary to bring it more in line with Python's pandas describe() by adding Count and Stdev, renaming 1st Qu., Median, 3rd Qu. to 25%, 50% and 75%, as well as reordening the list.
svenvc
committed
5068058
View commit details
Copy full SHA for 5068058
View code at this point
Browse repository at this point
Commits on Aug 20, 2023
Add test
Hernán Morales Durand
committed
188c86c
View commit details
Copy full SHA for 188c86c
View code at this point
Browse repository at this point
Read the column names with the reader if the user didn't manually set the columns.
Show description for 202adb8
Hernán Morales Durand
committed
202adb8
View commit details
Copy full SHA for 202adb8
View code at this point
Browse repository at this point
Commits on Aug 19, 2023
Renamed temporary variables for more clarity
Hernán Morales Durand
committed
a33b126
View commit details
Copy full SHA for a33b126
View code at this point
Browse repository at this point
Commits on Aug 16, 2023
Add method to read CSV string with option to skip N lines from its header, as it is commonly found in multiple CSV datasets.
Show description for 6ec99c9
Hernán Morales Durand
committed
6ec99c9
View commit details
Copy full SHA for 6ec99c9
View code at this point
Browse repository at this point
Commits on Jul 26, 2023
Add the Row name column only if row names are set.
Joshua-Dias-Barreto
committed
cf0b2b0
View commit details
Copy full SHA for cf0b2b0
View code at this point
Browse repository at this point
Added a column for DataFrame row names in the inspector table. Fixes #275
Joshua-Dias-Barreto
committed
e992360
View commit details
Copy full SHA for e992360
View code at this point
Browse repository at this point
Commits on Jul 10, 2023
Merge pull request #272 from Joshua-Dias-Barreto/includes
Show description for 85a9c36
jecisc
authored
85a9c36
View commit details
Copy full SHA for 85a9c36
View code at this point
Browse repository at this point
Updated test category
Show description for bab4428
Joshua-Dias-Barreto
and
jecisc
authored
bab4428
View commit details
Copy full SHA for bab4428
View code at this point
Browse repository at this point
Updated test category
Show description for 766bccf
Joshua-Dias-Barreto
and
jecisc
authored
766bccf
View commit details
Copy full SHA for 766bccf
View code at this point
Browse repository at this point
Updated test category
Show description for c86f28f
Joshua-Dias-Barreto
and
jecisc
authored
c86f28f
View commit details
Copy full SHA for c86f28f
View code at this point
Browse repository at this point
Commits on Jul 8, 2023
Merge pull request #273 from Joshua-Dias-Barreto/chainedSorting
Show description for a93858b
jecisc
authored
a93858b
View commit details
Copy full SHA for a93858b
View code at this point
Browse repository at this point
Commits on Jun 29, 2023
Corrected comment 'ascending' -> 'descending'.
Joshua-Dias-Barreto
committed
f75db9c
View commit details
Copy full SHA for f75db9c
View code at this point
Browse repository at this point
Merge 052482b20c9ee12f1e09ea07db85f072e049ab10
Joshua-Dias-Barreto
committed
8b8c17d
View commit details
Copy full SHA for 8b8c17d
View code at this point
Browse repository at this point
Added #sortDescendingByRowNames with tests.
Joshua-Dias-Barreto
committed
605d20e
View commit details
Copy full SHA for 605d20e
View code at this point
Browse repository at this point
Added #sortByRowNames with tests.
Joshua-Dias-Barreto
committed
b9e0259
View commit details
Copy full SHA for b9e0259
View code at this point
Browse repository at this point
Added #sortByRowNamesUsing: with tests.
Joshua-Dias-Barreto
committed
baf02c7
View commit details
Copy full SHA for baf02c7
View code at this point
Browse repository at this point
Commits on Jun 27, 2023
Merge branch 'PolyMathOrg:master' into includes
Joshua-Dias-Barreto
authored
2abc745
View commit details
Copy full SHA for 2abc745
View code at this point
Browse repository at this point
Fixes #270. Added tests for #include: #includeAll: #includeAny:
Joshua-Dias-Barreto
committed
5b9e3e2
View commit details
Copy full SHA for 5b9e3e2
View code at this point
Browse repository at this point
Added DataFrame>> #includesAny: with tests.
Joshua-Dias-Barreto
committed
4a3fb4c
View commit details
Copy full SHA for 4a3fb4c
View code at this point
Browse repository at this point
Added DataFrame>> #includesAll: with tests.
Joshua-Dias-Barreto
committed
67c6717
View commit details
Copy full SHA for 67c6717
View code at this point
Browse repository at this point
Added DataFrame>> #includes: with tests
Joshua-Dias-Barreto
committed
3bec93e
View commit details
Copy full SHA for 3bec93e
View code at this point
Browse repository at this point
Merge pull request #271 from tomooda/master
Show description for 3cdd6b5
jecisc
authored
3cdd6b5
View commit details
Copy full SHA for 3cdd6b5
View code at this point
Browse repository at this point
Merge branch 'PolyMathOrg:master' into chainedSorting
Joshua-Dias-Barreto
authored
052482b
View commit details
Copy full SHA for 052482b
View code at this point
Browse repository at this point
add fieldWriter and rowNameEnabled to CSV writer
tomooda
committed
30f59a9
View commit details
Copy full SHA for 30f59a9
View code at this point
Browse repository at this point
Commits on Jun 26, 2023
simplify numberOfColumns and numberOfRows
tomooda
committed
9f5628a
View commit details
Copy full SHA for 9f5628a
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.