Python Forum
parsing text for common factor
Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
parsing text for common factor
#5
download zip file from census.gov.
see if you can find zip in text, separate all out that don't have zips
on those that do, determine begging of city, all up to that point can be
determined to be street address.

when an entry doesn't have a zip, it looks as though the surrounding entries are from
the same city. see if a match can be made on city, if so fill inmissing information from
previous or next record.
Reply


Messages In This Thread
parsing text for common factor - by metulburr - Apr-27-2017, 11:51 PM
RE: parsing text for common factor - by Mekire - Apr-28-2017, 01:06 AM
RE: parsing text for common factor - by metulburr - Apr-28-2017, 01:09 AM
RE: parsing text for common factor - by micseydel - Apr-28-2017, 08:59 PM
RE: parsing text for common factor - by Larz60+ - Apr-28-2017, 11:04 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Text parsing Arik 5 496 Mar-11-2024, 03:30 PM
Last Post: Gribouillis
  Modify values in XML file by data from text file (without parsing) Paqqno 2 1,756 Apr-13-2022, 06:02 AM
Last Post: Paqqno
  Find factor to match test curve to golden curve SriRajesh 0 1,590 Jun-17-2021, 04:39 AM
Last Post: SriRajesh
  parsing complex text file anna 1 2,108 Apr-10-2019, 09:54 PM
Last Post: Larz60+
  Parsing file and get a specific text dds69 4 3,136 Nov-12-2018, 08:06 AM
Last Post: dds69
  Parsing Text file having repeated value key pair using python manussnair 3 3,335 Aug-04-2018, 11:48 PM
Last Post: micseydel
  Parsing and Editing a Structured Text File norsemanGrey 1 2,468 Jul-11-2018, 09:51 PM
Last Post: Larz60+
  How to removewhat is common from one text file using another text file petertyler 1 2,303 May-25-2018, 12:28 AM
Last Post: Larz60+
  How do I code this equation in python (factor ceiling(2^127-1)) Pleiades 5 4,504 Apr-23-2018, 03:01 AM
Last Post: Skaperen
  parsing text with ply (lex/yacc) tool bb8 2 3,283 Feb-25-2018, 06:24 AM
Last Post: bb8

Forum Jump:

User Panel Messages

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