Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Early data import question
#1
Just started with Python with a view to building a GUI based programme to replace something I currently have in Excel. Right now Excel uses a data link to a php page to copy down a stack of variables on opening the file. When the file closes it is saved and the numbers are there until it updates again. I'd like to do something similar with Python to drag down what is basically a 2D array (year v variable) that can be searched and used in formulas.

I'm not going to ask if it can be done (I'm sure it can) or even how but can someone give me a pointer in the right direction and some basic tips to get see what the options are as I'm clearly not searching for the right thing! Many thanks.
Reply
#2
First, if not already familiar with python, do a tutorial, I's suggest one or both of:
How to Think Like a Computer Scientist
Python3 Tutorial

Then learn pandas: many tutorials available on YouTube.
Reply
#3
Look into Pandas can replace Excel or cooperate with it.
Common Excel Tasks Demonstrated in Pandas
A common way to work with this is to use JupyterLab,then get a DataFrame that look the way Excel look.
There also free one online services you can use Azure | Colaboratory Notebooks.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Plot a pandas data fram via pyqtgraph with an modul import and qt designer widget Nietzsche 0 841 May-29-2023, 02:42 PM
Last Post: Nietzsche
Video doing data treatment on a file import-parsing a variable EmBeck87 15 2,814 Apr-17-2023, 06:54 PM
Last Post: EmBeck87
  Python 3.11 data import question love0715 2 806 Mar-05-2023, 06:50 PM
Last Post: snippsat
  Can't import csv data JonWayn 4 1,384 Sep-18-2022, 02:07 AM
Last Post: JonWayn
  "while" loop is looping back too early mangurian 1 1,270 Jan-28-2022, 09:15 AM
Last Post: ibreeden
  Design of borrower early warning syatem amolp 3 2,154 Dec-20-2020, 03:34 PM
Last Post: amolp
  I try to import data from Excel table to Word Template. NewbiePyPy 0 3,265 Oct-21-2020, 12:25 PM
Last Post: NewbiePyPy
  Import CSV data into array and turn into integers DoctorSmiles 5 3,193 Jul-16-2020, 10:47 AM
Last Post: perfringo
  How to import data to excel jkessous 4 2,914 Jan-26-2020, 07:53 PM
Last Post: snippsat
  How to import data from database to excel nick123 1 3,493 Oct-09-2019, 04:39 PM
Last Post: sm51251

Forum Jump:

User Panel Messages

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