neutronest / framex

Another pandas implementation for JVM
GNU General Public License v3.0
1 stars 1 forks source link

@neutronest Dev: head, head n, Test: head, head n #15

Closed neutronest closed 6 years ago

neutronest commented 6 years ago

Change log:

  1. Support Type: Char in BottomType & ExType & ElemX
  2. Change FrameX.head() FrameX.tail() return type : From Vector to FrameX
  3. TestCase Dev