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
5b29f7cd
Commit
5b29f7cd
authored
Nov 06, 2025
by
Miguel Guerrero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Implementa solução temporária para descrições NCM anteriores a 2022.
parent
b0aacbc4
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
0 deletions
+14
-0
dados_gerados/descricoes_ncm.parquet
dados_gerados/descricoes_ncm.parquet
+0
-0
scripts/gera_correlacoes.R
scripts/gera_correlacoes.R
+14
-0
No files found.
dados_gerados/descricoes_ncm.parquet
View file @
5b29f7cd
No preview for this file type
scripts/gera_correlacoes.R
View file @
5b29f7cd
...
@@ -277,6 +277,20 @@ descricoes_por_sh <- descricoes_por_sh %>%
...
@@ -277,6 +277,20 @@ descricoes_por_sh <- descricoes_por_sh %>%
)
)
)
)
#####################################################
# ATENÇÃO: Solução provisória para descrições NCM ##
# Quando houver descrições para todas as NCMs ######
# remover o código abaixo ##########################
####################################################
descricoes_por_sh
<-
descricoes_por_sh
%>%
mutate
(
descricao
=
if_else
(
sh
!=
"NCM 2022"
,
" "
,
descricao
))
descricoes_por_sh
%>%
descricoes_por_sh
%>%
write_parquet
(
write_parquet
(
"dados_gerados/descricoes_ncm.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