DataFrame

1. java版dataframe数据处理框架,修复N多bug 2. 增加删除指定行dropRow 3. 当dataframe对象为空值(即创建对象后没有通过append赋值),删除指定列时会报错,已修复 4. 修复drop的时候列名不存在的问题 6. 优化joinOn 7. 优化add方法 8. 增加clone方法 9. 增加getIndex、getBlocks方法 10. 增加setBlocks方法

License

License

Categories

Categories

Data
GroupId

GroupId

io.github.yufeixuan
ArtifactId

ArtifactId

DataFrame
Last Version

Last Version

1.0.12
Release Date

Release Date

Type

Type

jar
Description

Description

DataFrame
1. java版dataframe数据处理框架,修复N多bug 2. 增加删除指定行dropRow 3. 当dataframe对象为空值(即创建对象后没有通过append赋值),删除指定列时会报错,已修复 4. 修复drop的时候列名不存在的问题 6. 优化joinOn 7. 优化add方法 8. 增加clone方法 9. 增加getIndex、getBlocks方法 10. 增加setBlocks方法
Project URL

Project URL

https://github.com/yufeixuan/dataframe
Source Code Management

Source Code Management

https://github.com/yufeixuan/dataframe

Download DataFrame

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.yufeixuan/DataFrame/ -->
<dependency>
    <groupId>io.github.yufeixuan</groupId>
    <artifactId>DataFrame</artifactId>
    <version>1.0.12</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.yufeixuan/DataFrame/
implementation 'io.github.yufeixuan:DataFrame:1.0.12'
// https://jarcasting.com/artifacts/io.github.yufeixuan/DataFrame/
implementation ("io.github.yufeixuan:DataFrame:1.0.12")
'io.github.yufeixuan:DataFrame:jar:1.0.12'
<dependency org="io.github.yufeixuan" name="DataFrame" rev="1.0.12">
  <artifact name="DataFrame" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.yufeixuan', module='DataFrame', version='1.0.12')
)
libraryDependencies += "io.github.yufeixuan" % "DataFrame" % "1.0.12"
[io.github.yufeixuan/DataFrame "1.0.12"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.12
1.0.11
1.0.10
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0