Electron microscopy
 
Calculation and Data Extraction in csv under Conditions
- Integrated Circuits -
- An Online Book -
Integrated Circuits                                                                                   http://www.globalsino.com/ICs/        


=================================================================================

Find all unique in a column, do calculation from another column, and create a new csv file as output.  code:

Input:

Output:

 

 

===========================================

Read values in a csv file for calculation and then calculate a mean: code:
        Search with defined functions
Output:
         Search with defined functions

==================

Print line by line from a CSV file in dict format (these printed keys and values cannot be directly used for math calculation): code:
        Search with defined functions
Output:
         Search with defined functions

===========================================

Find the maximum in a column in a csv file: code:
        Search with defined functions
Input:
         Search with defined functions
Output:
         Search with defined functions

===========================================

Simple calculation in csv: code:
        Search with defined functions
Input:
         Search with defined functions
Output:
         Search with defined functions

================================================

Write to a specific cell (loc[]) in a csv file: code:
         Replace headers in a csv file         
Output:         
          Replace headers in a csv file

================================================

Collect the corresponding string elements in column "X" as individual strings when the corresponding elements in column "Y" are "Z". code

 

Output:

================================================

Subset of dataframe under conditons. code

 

Output:

================================================

 

 

=================================================================================