Giter Club home page Giter Club logo

Comments (5)

Swechhya avatar Swechhya commented on July 28, 2024

Thank you for reporting the issue. This clearly has been an oversight on my part.
In case of date it is easily identifiable as calendar type in js so can be easily set as date while converting back.
In case of factors and characters both will of text type in the js side so converting it back is a little tricky. Either it will always be converted to character or always converted to factor. So this will have to be managed in a better way. What kind of output do you expect?

from excelr.

marciz avatar marciz commented on July 28, 2024

Hi, I think character would be preferable
If original data has any factor field there might be warning that it would be converted to character after edits
Or if want to get more complex we could add extra parameter in function stringsAsFactors = TRUE/FALSE

from excelr.

Swechhya avatar Swechhya commented on July 28, 2024

I guess stringAsFactors = TRUE/FALSE would make it more predictable. Another option would be changing the factors into dropdown instead of just plain text with autoColTypes, which would make it more predictable and also be useful I to create dropdowns I guess.

from excelr.

marciz avatar marciz commented on July 28, 2024

Yes, this could also be solution for type mapping:
factor <-> dropdown
character <-> text
I think it is something similar in rhandsontable

from excelr.

Swechhya avatar Swechhya commented on July 28, 2024

@marciz This has been fixed in the latest development version.

from excelr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.