Data fetched in dataframe is blank or null
Aberta
question
- Linguagem predominante
- Scala
- Estrelas
- 170
- Forks
- 96
- Merge médio
- 57min
- PRs com merge (30d)
- 2
Descrição
## Background [Optional]
I have a copybook file like -
01 XXXXXX
04 AAAAA PIC X(10).
04 BAAAA PIC X(4).
04 CAAAA PIC X(4).
04 DAAAA PIC XX.
There is a data file (in .txt) with specified field length data. When I am trying to read it into a data frame I am just getting 1 column name XXXXXX and rows as list of actual columns. But even there the data is either null / blank
--------------------
XXXXXX
-------------------
[,,,null,]
[,,,null,]
[,,,null,]
[,,,null,]
[,,,null,]
## Question
What am I doing wrong above?
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.