Posts by Caique Barreto • 41 points
6 posts
-
0
votes0
answers13
viewsQ: np.savetxt downloads a format file ... (formatting problem)
I am editing a code that groups some values from HTML Donwloads and stores them in a list called column_b. Along with column_a (a list of values already defined), I want to do a csv and download it.…
-
0
votes0
answers22
viewsQ: Requests library not working on Instagram analysis tool on Google Collab
I am developing a very simple tool to simply collect the number of followers of Instagram accounts. I am doing by Google Collab since the company I work imposes several security restrictions when it…
-
0
votes0
answers59
viewsQ: np.savetxt No download file CSV(Jupyter Notebook)
I developed a code to help me analyze data faster than I’ve been doing before. All the development was adapted to Jupyter Notebook used in Google Chrome, this because the company I work does not…
-
0
votes1
answer33
viewsQ: Output of np.Where only back a value
I am developing code to help me analyze import spreadsheets faster and better than the tools excel offers. Basically, I take a spreadsheet, convert to CSV and import pandas and numpy to analyze the…
-
0
votes3
answers125
viewsA: How to add one column of data based on another in excel through Pandas?
@imonferrari, this is the code I’m using: import pandas as pd import numpy as np #import the data source database =…
-
4
votes3
answers125
viewsQ: How to add one column of data based on another in excel through Pandas?
I have a spreadsheet with multiple import data. The problem is always the format as the data comes. For example, I have a column called "Imported Goods" that has values like the below: 1 X 40…