Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: [Kivy]RecyclevieW
Post: RE: [Kivy]RecyclevieW

I reply alone, it is wrong the data model I had to enter instead of viewclass:Guiinsert vviewclass: Multifieldline (Aug-02-2021, 02:00 PM)nio74maz Wrote: Good day,I am trying to fill a recycleview...
nio74maz GUI 1 2,234 Aug-03-2021, 06:14 AM
    Thread: [Kivy]RecyclevieW
Post: [Kivy]RecyclevieW

Good day,I am trying to fill a recycleview but get a mistake, tells me to increase greedView rows or columns. what am I doing wrong? Python file: from kivy.uix.boxlayout import BoxLayout from kivy.ui...
nio74maz GUI 1 2,234 Aug-02-2021, 02:00 PM
    Thread: MD
Post: RE: MD

(Jul-30-2021, 07:01 PM)deanhystad Wrote: Nobody wants to upload your files. Try posting the code and you might get a response. ok thanks
nio74maz GUI 2 2,044 Aug-02-2021, 10:13 AM
    Thread: MD
Post: MD

Good Day I’m trying to implement a Mddatatable on a file.py that in turn uses a filke.kv for buttons etc, how do I get them to work together as the Mddatatable is implemented in the.py file while the ...
nio74maz GUI 2 2,044 Jul-28-2021, 02:15 PM
    Thread: Print Report Invoice
Post: Print Report Invoice

Good day, I'm would like make a management software, I'm searching a library for to do reports invoices and then print them (similar Crystal report in windows) . Do You have any suggestions?
nio74maz General Coding Help 0 1,579 Jun-17-2021, 08:25 AM
    Thread: Json File more pages #pandas #dataframe
Post: Json File more pages #pandas #dataframe

good day I have a problem, I have extract from rest api woocomerce all products in one file json, but this file have 4 pages with 100 row for page. I have to do an dataframe for check this data with a...
nio74maz General Coding Help 0 1,817 Dec-30-2020, 05:32 AM
    Thread: Pandas default index remove
Post: RE: Pandas default index remove

what a fool I was wrong to iterate def update(id): data = { "stock_quantity": "1" } print(wcapi.put("products/" + id, data).json()) df1 = pd.read_csv('eurogold.csv', index_col=0...
nio74maz General Coding Help 2 1,861 Dec-27-2020, 02:41 PM
    Thread: Pandas default index remove
Post: RE: Pandas default index remove

in debug mode id should be 744 but instead 0,744 [Image: https://i.ibb.co/ydC2MbS/Cattura.png]
nio74maz General Coding Help 2 1,861 Dec-27-2020, 11:31 AM
    Thread: Pandas default index remove
Post: Pandas default index remove

Hi everyone I'm trying to put a Put on woocommerce I extracted the product_id from a csv now I should pass it to the put method documentation: https: //woocommerce.github.io/woocommerce-rest-api-docs ...
nio74maz General Coding Help 2 1,861 Dec-27-2020, 10:25 AM
    Thread: Pandas Extract data from two dataframe
Post: RE: Pandas Extract data from two dataframe

I think I have found, I did like this: df2 = df2[df2.sku.isin(df1.codbar)]
nio74maz General Coding Help 1 2,189 Dec-26-2020, 09:52 PM
    Thread: Pandas Extract data from two dataframe
Post: Pandas Extract data from two dataframe

Hi have help You, I need to extract data based on a column of a dataframe on another dataframe.in practice with df1.codbar I have to filter all the data in df2 taking into account that df2.sku in df1 ...
nio74maz General Coding Help 1 2,189 Dec-26-2020, 07:18 PM
    Thread: pandas change value two dataframe
Post: RE: pandas change value two dataframe

I have found a solution: import pandas as pd data1 = pd.read_csv('eurogold.csv',index_col=0) data2 = pd.read_csv('woo.csv', index_col=0) df1 = pd.DataFrame(data1) print ('stampa df1') df1 = df1....
nio74maz General Coding Help 4 2,759 Dec-25-2020, 05:25 PM
    Thread: pandas change value two dataframe
Post: RE: pandas change value two dataframe

ok you are right my mistake. but there I tested on my datframes extracted from two csv but no code changes (the first two codes are the same in all and two tables) I share my project. the script in qu...
nio74maz General Coding Help 4 2,759 Dec-25-2020, 04:53 AM
    Thread: pandas change value two dataframe
Post: RE: pandas change value two dataframe

have tried this, but not work well. import pandas as pd df1 = pd.DataFrame({'codbar': ['k5', 'K3', 'k2']}) df2 = pd.DataFrame({'stock_status': ['C0', 'C2', 'C3','cd'], 'stock_qu...
nio74maz General Coding Help 4 2,759 Dec-24-2020, 04:08 PM
    Thread: pandas change value two dataframe
Post: pandas change value two dataframe

good morning i'm trying to find the differences between two dataframes the promo 'df1' has only one column which is 'codbar, where the equivalent in' def2 'and' 'sku' in practice I have to find the eq...
nio74maz General Coding Help 4 2,759 Dec-24-2020, 10:08 AM
    Thread: MDB to CSV Specific columns
Post: RE: MDB to CSV Specific columns

thanks you are really good
nio74maz Networking 6 3,628 Dec-21-2020, 08:52 PM
    Thread: LIST or ARRAY Comparison and change of value
Post: LIST or ARRAY Comparison and change of value

Hello everyone I need some advice, I am extracting two columns from a table in a local database and the same on a mysql database on a server, I was thinking of injecting them on two lists where the co...
nio74maz General Coding Help 0 1,707 Dec-21-2020, 05:52 PM
    Thread: MDB to CSV Specific columns
Post: RE: MDB to CSV Specific columns

I apologize to everyone I have never worked with CSVs but I thought that opening them with excell the data should be lined up on every single column, instead it is normal that they are all placed on a...
nio74maz Networking 6 3,628 Dec-21-2020, 05:36 AM
    Thread: MDB to CSV Specific columns
Post: RE: MDB to CSV Specific columns

I want to export only the columns I need and put them in a column on the csv file in order to speed things up
nio74maz Networking 6 3,628 Dec-21-2020, 05:08 AM
    Thread: Connect old access datbase .mdb
Post: RE: Connect old access datbase .mdb

GUYS I did it I have to buy myself a case of beer, I said like this: used 32-bit DSNs set the database with its password, then installed 32-bit python (I was wrong here) import pyodbc con = pyodbc.co...
nio74maz Networking 16 7,370 Dec-20-2020, 03:31 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020