Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: The INSERT permission was denied on the object
Post: RE: The INSERT permission was denied on the object

(Feb-25-2023, 08:11 PM)deanhystad Wrote: Do you think you have two database connections st the same time? Can you show that code? You were correct. I did not close Server1 correctly & used the ...
Steven5055 General Coding Help 2 1,535 Feb-25-2023, 11:37 PM
    Thread: The INSERT permission was denied on the object
Post: The INSERT permission was denied on the object

Hi, I'm trying to use Python to insert data into a SQL Server. pyodbc I'm basically using python to export data from Server1 & Import into Server 2. with the same database / table names. I hold th...
Steven5055 General Coding Help 2 1,535 Feb-24-2023, 12:42 AM
    Thread: Separating Names & Counting
Post: RE: Separating Names & Counting

It worked, thanks for the guidance. Was there another way I could have done this? import pandas as pd import os party = pd.read_csv('party.csv') data = party['ATTENDEES'] list = data.str.cat(sep=',')...
Steven5055 Homework 7 1,770 Nov-06-2022, 12:04 AM
    Thread: Separating Names & Counting
Post: RE: Separating Names & Counting

OK, so on further reading I've found this post. how often does a word occur in this column? https://python-forum.io/thread-10857.htm...ght=genres If I copy & paste my data into python as per the...
Steven5055 Homework 7 1,770 Nov-04-2022, 04:36 AM
    Thread: Separating Names & Counting
Post: RE: Separating Names & Counting

(Nov-03-2022, 07:32 AM)Larz60+ Wrote: Please show what you have tried, working or not. import pandas as pd import os party = pd.read_csv('party.csv') CountPeople=party['ATTENDEES'].str.split(pat = '...
Steven5055 Homework 7 1,770 Nov-03-2022, 08:20 AM
    Thread: Separating Names & Counting
Post: Separating Names & Counting

Hi, I'm doing a Uni course & I'm a bit stuck & would appreciate some help please. I have a column in a data frame that contains data as per below (no spacing) ATTENDEES John,Jan,Paul Kylie,P...
Steven5055 Homework 7 1,770 Nov-03-2022, 06:00 AM

User Panel Messages

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