Giter Site home page Giter Site logo

Comments (2)

gowrishankarin avatar gowrishankarin commented on June 12, 2024

This is part of my Coursera course exercise.

from readxl.

jennybc avatar jennybc commented on June 12, 2024

readxl works as advertised on this file:

library(readxl)
library(here)
#> here() starts at /Users/jenny/rrr/readxl
df <- read_excel(here("iss", "DATA.gov_NGAP.xlsx"))
#df
#df %>% View()
df[17:23, 7:15]
#>                 .1        .2        .3           .4   .5           .6
#> 17   Zip CuCurrent PaCurrent PoCurrent      Contact  Ext          Fax
#> 18 74136         0         1         0 918-491-6998    0 918-491-6659
#> 19 30329         1         0         0 404-321-5711 <NA>         <NA>
#> 20 74136         1         0         0 918-523-2516    0 918-523-2522
#> 21 80203         0         1         0 303-864-1919    0         <NA>
#> 22 80120         1         0         0 345-098-8890  456         <NA>
#> 23  <NA>      <NA>      <NA>      <NA>         <NA> <NA>         <NA>
#>       .7     .8
#> 17 email Status
#> 18  <NA>      1
#> 19  <NA>      1
#> 20  <NA>      1
#> 21  <NA>      1
#> 22  <NA>      1
#> 23  <NA>   <NA>

I think you want to read just that sub-table, which is not currently possible but is coming (#8).

Further, 19 x .5 should be 11.

You're referring to cell L20, which is truly empty. The "11" you're seeing is just last two digits of the adjacent phone number (?) in K20.

from readxl.

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.