Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dados_rastreador
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages
Packages
Container Registry
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Camex Público
dados_rastreador
Commits
46428f0a
Commit
46428f0a
authored
Oct 23, 2025
by
Miguel Guerrero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ajusta dados de descrições
parent
90b7ac3f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
dados_gerados/descricoes_ncm.parquet
dados_gerados/descricoes_ncm.parquet
+0
-0
scripts/gera_correlacoes.R
scripts/gera_correlacoes.R
+9
-2
No files found.
dados_gerados/descricoes_ncm.parquet
View file @
46428f0a
No preview for this file type
scripts/gera_correlacoes.R
View file @
46428f0a
...
...
@@ -255,9 +255,16 @@ descricoes_por_sh <- descricoes_por_sh %>%
bind_rows
(
descricoes_atuais
)
%>%
distinct
()
# necessário escapar ' para não dar problema na geração dos tooltips dos
# diagramas
descricoes_por_sh
<-
descricoes_por_sh
%>%
mutate
(
descricao
=
str_replace_all
(
descricao
,
"'"
,
"\\\\'"
))
descricoes_por_sh
%>%
write_parquet
(
"dados_gerados/descricoes_ncm.parquet"
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment