Code Monkey home page Code Monkey logo

Comments (6)

davidanthoff avatar davidanthoff commented on August 11, 2024

I don't think anything changed there? What behavior would you expect?

from excelreaders.jl.

ezgikurt avatar ezgikurt commented on August 11, 2024

They used to be registered as "missing", and functions such as ismissing() returned true (now they return false).

from excelreaders.jl.

davidanthoff avatar davidanthoff commented on August 11, 2024

Ah, I think you were reading them into a DataFrame, right? That functionality has been moved from this package to ExcelFiles.jl, and if you materialize things into a DataFrame that way, you'll get missing values for empty cells.

I don't think this package here ever created missing values, though...

from excelreaders.jl.

ezgikurt avatar ezgikurt commented on August 11, 2024

That's the case with ExcelFiles,but I usually used ExcelReaders like so and it did create missings (NAs in earlier versions of DataArrays).

a = readxlsheet(filename, sheetname);

a would come back as a DataArray{Any,2} with missings, and we did not pre-allocate it.

from excelreaders.jl.

davidanthoff avatar davidanthoff commented on August 11, 2024

Ah, interesting! I guess what happened is that DataArray was ported to Missing at some point, and then all of a sudden ExcelReaders.jl returned missing values, even though I was not even aware of that :)

The Queryverse is not using the whole Missing story. That design doesn't work for some key scenarios due to some technical limitations, so Queryverse is using DataValues.jl for its missing value story, and that is what you are getting there.

from excelreaders.jl.

ezgikurt avatar ezgikurt commented on August 11, 2024

Oh all right, thanks for the responses! Going forward I'm going to have to use ExcelFiles I guess.

from excelreaders.jl.

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.