Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/allancapistrano/csv-merge
Realiza a mescla de dois ou mais arquivos CSV.
https://github.com/allancapistrano/csv-merge
Last synced: 23 days ago
JSON representation
Realiza a mescla de dois ou mais arquivos CSV.
- Host: GitHub
- URL: https://github.com/allancapistrano/csv-merge
- Owner: AllanCapistrano
- License: gpl-3.0
- Created: 2022-09-02T23:42:11.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-28T02:24:36.000Z (over 1 year ago)
- Last Synced: 2024-05-02T04:10:54.787Z (6 months ago)
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# csv-merge
## 📖 Descrição do Projeto ##
> **Realiza a mescla de dois ou mais arquivos `.csv`.**### 📦 Dependências: ###
- [pandas](https://pypi.org/project/pandas/)------------
## 💻 Como utilizar o projeto ##
1. Clone este repositório.
2. Acesse o diretório do projeto;
3. Instale as dependências do projeto:
```powershell
pip install -r requirements.txt
```
Ou
```powershell
# Linux/macOS
python3 -m pip install -r requirements.txt
```
4. Coloque os arquivos que deseja mesclar dentro do diretório `src/csv-files/`1
5. Execute o projeto:
```powershell
python3 src/main.py
```
6. O arquivo mesclado estará dentro do diretório `src/csv-files/merged/`1###### Obs1: Caso não tenha alterado os diretórios padrão. ######
------------
## 🤝 Contribuições ##
### Sinta-se a vontade para contribuir com este projeto. ###
1. Faça um *Fork* deste repositório;
2. Cria sua branch:
```powershell
git checkout -b my-new-feature
```
3. *Commit* suas modificações:
```powershell
git commit -m "Feat: add some feature"
```
4. Faça o *push* na sua *branch*:
```powershell
git push
```
Ou
```powershell
git push origin my-new-feature
```------------
## 👨💻 Autor ##
| [![Allan Capistrano](https://github.com/AllanCapistrano.png?size=100)](https://github.com/AllanCapistrano) |
| -----------------------------------------------------------------------------------------------------------|
| [Allan Capistrano](https://github.com/AllanCapistrano) |
Onde me encontrar:
 
 
------------
## 🙏 Apoie ##
**Por favor ⭐️ este repositório caso este projeto seja útil e/ou tenha lhe ajudado.**
[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/allancapistrano)
------------
## ⚖️ Licença ##
[GNU General Public License v3.0](./LICENSE)