Seeking help regarding Python code

Peter Pearson pkpearson at nowhere.invalid
Thu Jul 11 17:12:10 EDT 2019


On Thu, 11 Jul 2019 06:54:21 +0100, Debasree Banerjee wrote:
>
> I have a dataset like this:
>
> RecTime
>
> NO2_RAW
>
> NO2
>
> LAQN_NO2
>
> 10980
>
> 06/6/19 01:45
>
> 17.95444444
[snip]
>
> Can someone please help?

Your question might appear intelligibly on the mailing list (I can't tell),
but it is mangled into unintelligibility on the newsgroup.  My guess
is that instead of double-spaced mixed-type data fields, you intended
to present an input table like this:

        RecTime         NO2_RAW         NO2             LAQN_NO2        
10980   06/6/19 01:45   17.95444444     53.46255556     17.7            
10981   06/6/19 01:45   17.94444444     53.44344444     17.7            
10982   06/6/19 01:45   17.92111111     53.39877778     17.7    

I really can't tell what you want the output to look like.

-- 
To email me, substitute nowhere->runbox, invalid->com.



More information about the Python-list mailing list