Hello,
I have a set of data that looks like this:
044717.50-690930.3 -0.236
....
....
I want to be able to separate the data into just
044717.50 and 690930.3, ignoring the -0.236.
I'm not really sure how to approach this problem as I am a beginner in Python usage.
If it is possible, can you guys help me started with a sample code? Thanks so much!
I have a set of data that looks like this:
044717.50-690930.3 -0.236
....
....
I want to be able to separate the data into just
044717.50 and 690930.3, ignoring the -0.236.
I'm not really sure how to approach this problem as I am a beginner in Python usage.
If it is possible, can you guys help me started with a sample code? Thanks so much!
Comment