Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Discover and integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
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
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
oxdddd
/
dataframe
Public
forked from
Kotlin/dataframe
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Aug 2, 2024
Automated commit of generated code
github-actions[bot]
committed
0af5bc3
Copy full SHA for 0af5bc3
Merge pull request #803 from Kotlin/groupByAggregateFix
Show description for 82e5555
Jolanrensen
authored
82e5555
Copy full SHA for 82e5555
Commits on Aug 1, 2024
Automated commit of generated code
github-actions[bot]
committed
b4eb3f4
Copy full SHA for b4eb3f4
Merge pull request #801 from Kotlin/implodeFix
Show description for d463133
Jolanrensen
authored
d463133
Copy full SHA for d463133
Merge branch 'refs/heads/implodeFix' into groupByAggregateFix
Jolanrensen
committed
1d2c7f9
Copy full SHA for 1d2c7f9
Merge branch 'master' into implodeFix
Jolanrensen
committed
e4a3af5
Copy full SHA for e4a3af5
Automated commit of generated code
github-actions[bot]
committed
acafb6d
Copy full SHA for acafb6d
Merge pull request #800 from Kotlin/createEmptyColumn
Show description for 6838ecf
Jolanrensen
authored
6838ecf
Copy full SHA for 6838ecf
updated kotlinLogging dependency and added sl4j
Jolanrensen
committed
57714be
Copy full SHA for 57714be
Commits on Jul 31, 2024
small fix for one failing test in #713, where GroupBy.aggregate { this into "" } would break typing
Jolanrensen
committed
23046d8
Copy full SHA for 23046d8
clarification with docs as asked in the review
Jolanrensen
committed
9d492b1
Copy full SHA for 9d492b1
Update database URLs and dependencies (#802)
Show description for e261f28
zaleslaw
authored
e261f28
Copy full SHA for e261f28
Automated commit of generated code
github-actions[bot]
committed
3d7abab
Copy full SHA for 3d7abab
Merge pull request #795 from Kotlin/number-fixes
Show description for 7ff578a
Jolanrensen
authored
7ff578a
Copy full SHA for 7ff578a
Commits on Jul 30, 2024
small fix for two failing tests in #713, where in implodeImpl a temporary column was created with nulls in a FrameColumn
Jolanrensen
committed
3037a97
Copy full SHA for 3037a97
small QoL improvement to the value/type check of DataColumnImpl
Jolanrensen
committed
cd3747f
Copy full SHA for cd3747f
fixup! Fixed one failing test for #713: convertTo can create a temporary non-nullable column with nulls in it. This is now avoided and the behavior has been simplified/stabilized
Jolanrensen
committed
5e01d86
Copy full SHA for 5e01d86
Automated commit of generated code
github-actions[bot]
committed
e3ddfcf
Copy full SHA for e3ddfcf
Merge branch 'master' into createEmptyColumn
Show description for 46e1017
Jolanrensen
committed
46e1017
Copy full SHA for 46e1017
Merge pull request #796 from Kotlin/buildConfig
Show description for aea1e14
Jolanrensen
authored
aea1e14
Copy full SHA for aea1e14
adds kotlin.dataframe.debug property which runs the #713 checks when enabled. Updated contribution guide too. TC will have to be updated manually
Jolanrensen
committed
48b332b
Copy full SHA for 48b332b
Fixed one failing test for #713: convertTo can create a temporary non-nullable column with nulls in it. This is now avoided and the behavior has been simplified/stabilized
Jolanrensen
committed
1fc7197
Copy full SHA for 1fc7197
Add IMDB SQL examples to Kotlin DataFrame README
Show description for 459f885
zaleslaw
committed
459f885
Copy full SHA for 459f885
removing erroneous use of TODO from `zero()` function, plus small QOL cleanup
Jolanrensen
committed
ba1f343
Copy full SHA for ba1f343
adds kotlin.dataframe.debug property which runs the #713 checks when enabled. Updated contribution guide too. TC will have to be updated manually
Jolanrensen
committed
c16b37e
Copy full SHA for c16b37e
Exposes the library version to jupyter notebooks via `dataFrameConfig.version` using buildConfig
Jolanrensen
committed
9bacc4e
Copy full SHA for 9bacc4e
enables buildConfig for the project
Jolanrensen
committed
504a067
Copy full SHA for 504a067
Commits on Jul 29, 2024
Add extension functions for the ResultSet (#772)
Show description for 958f1df
zaleslaw
authored
958f1df
Copy full SHA for 958f1df
added tests and a fix for when an empty column was inferred as Any instead of Nothing
Jolanrensen
committed
cb9125d
Copy full SHA for cb9125d
tiny fix for rendering the type in `describe()`. It could result in `"Void?"`, while we already caught this case in `renderType(kType)`
Jolanrensen
committed
7ec0ff5
Copy full SHA for 7ec0ff5
added tests and fixes for std and mean functions regarding Nothing(?) types
Jolanrensen
committed
fa896f0
Copy full SHA for fa896f0
Commits on Jul 25, 2024
Merge pull request #792 from Kotlin/kotlin-2.0
Show description for 73ba813
Jolanrensen
authored
73ba813
Copy full SHA for 73ba813
fixup! update to Kotlin 2.0
Jolanrensen
committed
4d02bc0
Copy full SHA for 4d02bc0
k2 fixes for symbol-processor tests
Jolanrensen
committed
21b052f
Copy full SHA for 21b052f
update to Kotlin 2.0
Jolanrensen
committed
35cf4d9
Copy full SHA for 35cf4d9
Pagination
Previous
Next
You can’t perform that action at this time.