Posts by Daniel Melo • 33 points
3 posts
-
1
votes2
answers4274
viewsQ: Export table (in pd.Dataframe) to csv - Python format
are fine? How to export or save a table made with pandas.Dataframe in csv or xlsx format in Python?
csvasked Daniel Melo 33 -
0
votes2
answers452
viewsA: Linear Regression in Various Products
With the help of Guto, I decided as follows: import pandas as pd import matplotlib.pyplot as plt Pasta1 = pd.ExcelFile ('Pasta2.xlsx') Daniel = pd.read_excel (Pasta1, 'Tela') from scipy.stats import…
-
2
votes2
answers452
viewsQ: Linear Regression in Various Products
I ran a simple regression to a database with a product (Product, Volume, Price). It ran perfectly. But I would like to run the same regression on a basis with more products, but I want to be able to…