Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: mpl_toolkits.basemap
Post: mpl_toolkits.basemap

Hello everyone, I hope everything is very good. I am reading the shapefile and creating a map with the help of mpl_toolkits.basemap library. In this file, there are many polygons with city boundaries,...
rf_kartal General Coding Help 0 360 Jul-18-2023, 08:26 AM
  Thumbs Up Thread: AttributeError: 'numpy.int32' object has no attribute 'split'
Post: RE: AttributeError: 'numpy.int32' object has no at...

(Jun-24-2022, 07:32 AM)Anushka00 Wrote: Hi! it must be some other line of code that is raising the error. The given code snippet runs absolutely fine. Hi, Yes, you are right. Because the problem is ...
rf_kartal General Coding Help 6 4,426 Jun-24-2022, 07:45 AM
    Thread: AttributeError: 'numpy.int32' object has no attribute 'split'
Post: RE: AttributeError: 'numpy.int32' object has no at...

Hi, I using PyCharm editor for python code write. When I write from obspy import UTCDateTime in Python Console, I receive error message as below: AttributeError: 'numpy.int32' object has no attribut...
rf_kartal General Coding Help 6 4,426 Jun-23-2022, 12:26 PM
    Thread: AttributeError: 'numpy.int32' object has no attribute 'split'
Post: RE: AttributeError: 'numpy.int32' object has no at...

(Jun-23-2022, 11:22 AM)Anushka00 Wrote: Hi! As per the error description, given by you, an integer cannot be split until it is converted to a string. however, you can post the code snippet where yo...
rf_kartal General Coding Help 6 4,426 Jun-23-2022, 12:02 PM
    Thread: AttributeError: 'numpy.int32' object has no attribute 'split'
Post: AttributeError: 'numpy.int32' object has no attrib...

Hi everyone, I get the error "AttributeError: 'numpy.int32' object has no attribute 'split'" in all codes that contain UTCDateTime functions I use. What does it mean? How can solve this problem? Tha...
rf_kartal General Coding Help 6 4,426 Jun-23-2022, 09:17 AM
  Thumbs Up Thread: mpl_toolkits
Post: mpl_toolkits

Hi,My Ubuntu version is 20.04 LTS and python version is 3.9 When I import as below and install the package in PyCharm, I get a "package install failed" message. from mpl_toolkits.basemap import Basema...
rf_kartal General Coding Help 0 2,135 Sep-21-2021, 12:10 PM
    Thread: IndexError: list index out of range
Post: RE: IndexError: list index out of range

(Sep-07-2021, 12:50 PM)rf_kartal Wrote: (Sep-07-2021, 11:25 AM)Larz60+ Wrote: since you only use pandas to read the file, perhaps a better solution would be: from pathlib import Path import csv fr...
rf_kartal General Coding Help 6 2,855 Sep-07-2021, 01:53 PM
    Thread: IndexError: list index out of range
Post: RE: IndexError: list index out of range

(Sep-07-2021, 11:25 AM)Larz60+ Wrote: since you only use pandas to read the file, perhaps a better solution would be: from pathlib import Path import csv from CreateDict import CreateDict import os ...
rf_kartal General Coding Help 6 2,855 Sep-07-2021, 12:50 PM
    Thread: IndexError: list index out of range
Post: RE: IndexError: list index out of range

(Sep-07-2021, 08:30 AM)Larz60+ Wrote: Would you please supply a sample '01011900-30092016_AllData.txt' file.
rf_kartal General Coding Help 6 2,855 Sep-07-2021, 09:06 AM
    Thread: IndexError: list index out of range
Post: IndexError: list index out of range

Hi, Below is the code that worked before, it gives the error "list index out of range". I don't know where is the wrong. Could you please help me? Best regards, import numpy as np from matplotlib i...
rf_kartal General Coding Help 6 2,855 Sep-07-2021, 08:12 AM

User Panel Messages

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