Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6086189
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T11:43:25+00:00 2026-05-23T11:43:25+00:00

I have some data in a text file in the following format: 50 Cent

  • 0

I have some data in a text file in the following format:

50 Cent     1975-07-06
75 Cents    1933-01-29
9th Wonder  1975-01-15
A Fine Frenzy   1984-12-23

I want to convert it as like:

50 Cent     July 6, 1975
75 Cents    January 29, 1933
9th Wonder  January 15, 1975
A Fine Frenzy   December 23, 1984

Could any of you please help me.Thanks in advance!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T11:43:25+00:00Added an answer on May 23, 2026 at 11:43 am
    import time
    
    text = """50 Cent     1975-07-06
    75 Cents    1933-01-29
    9th Wonder  1975-01-15
    A Fine Frenzy   1984-12-23"""
    
    for line in text.splitlines():
        dob = line.rsplit(None, 1)[-1]
        dob_new = time.strftime('%B %d, %Y', time.strptime(dob, '%Y-%m-%d'))
    
        print line.replace(dob, dob_new)
    

    Result:

    50 Cent     July 06, 1975
    75 Cents    January 29, 1933
    9th Wonder  January 15, 1975
    A Fine Frenzy   December 23, 1984
    

    Bonus:

    A strftime cheatsheet

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We have some C# code that reads data from a text file using a
I have to parse a tab-delimited text file with Ruby to extract some data
I have a .rc file which is used to include some text data in
I have a text file containing lines of data. I can use the following
I have the following data (from a text file), I would like to split
Hi I have a text file which contains some numerical data. Of that text
I have a text file that contains the following data. The first line is
I have problem when I try insert some data to Informix TEXT column via
I have two files (f1 and f2) containing some text (or binary data). How
hi guys I have the following file format in hex were as each letter

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.