Hi,

I have a .csv file in an AWS machine i wanted to convert that .csv file to .dat file? Can you please help me?

Thansk,
Swetha. G

Instead of saving the dataframe to .CSV file i used below code to save dataframe into .dat file directly helped me to resolve the question.

import pandas as pd
output_df.to_csv('output_file_name.dat')

how to csv to extractng the natural frequency and mode shapes out of the accelerometer data

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.