Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: datatype check
Post: datatype check

Hello, using synapse pipeline, I generate a .parquet file with data in columns such as HoseNo (Which contains numbers), ClientName (which contains text), etc. In pyspark, I check for the type of the v...
arkiboys General Coding Help 1 1,185 Jan-18-2022, 08:49 AM
    Thread: dynamic expression
Post: dynamic expression

Hello, The dataframe below (Works fine) uses the read col_Expr to apply expression to the columns where required. from pyspark.sql.functions import expr actual_df = actual_df.withColumn(col_name, expr...
arkiboys General Coding Help 1 1,442 Jan-05-2022, 07:51 AM
    Thread: sql error
Post: RE: sql error

I had to drop the table first. Thank you
arkiboys General Coding Help 2 1,614 Nov-25-2021, 11:28 AM
    Thread: sql error
Post: sql error

Hello, Do you see why I get the error: Error:cursor.execute("""INSERT INTO Books(ID, Title, Author, DatePublished) VALUES("1", "De Profundis", "Oscar Wilde", "1905")""") sqlite3.OperationalError: tabl...
arkiboys General Coding Help 2 1,614 Nov-25-2021, 03:55 AM
    Thread: pressing the button
Post: RE: pressing the button

(Nov-13-2021, 11:44 AM)Yoriz Wrote: If you add a print statement to the click event handler you will see that it is actually getting called. The problem is that the entry contents are not being set ...
arkiboys GUI 2 1,753 Nov-17-2021, 02:08 PM
    Thread: pressing the button
Post: pressing the button

Hi, It looks like the click event does not get called and so textbox2 does not get populated with the value of textbox1. Do you see why? Thank you from tkinter import * def click(): name = textb...
arkiboys GUI 2 1,753 Nov-13-2021, 11:12 AM
    Thread: pycharm
Post: pycharm

Hello, I have downloaded pycharm and starting to learn how to use it. I put a simple code in the window of MyCode.py such as x=5 y=6 z=x+y print(z) Now I would like to run this code. In Run menu, I c...
arkiboys General Coding Help 1 1,412 Oct-20-2020, 02:05 PM

User Panel Messages

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