Skip to content

Commit

Permalink
Update FinancialExample.rs for filepath
Browse files Browse the repository at this point in the history
  • Loading branch information
santoshkumarpottumuthu authored Nov 27, 2024
1 parent 152b872 commit e1c93c6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion applications/FinancialExample.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ fn main() -> Result<(), Box<dyn Error>> {
println!("Current working directory: {:?}", std::env::current_dir()?);

// File path to the dataset
let file_path = "transactions_2024.csv";
let file_path = "transactions_2024.csv"; //Please update the file path , try to give absolute path.
// let file_path: &str = r"C:\Users\LibraryUser\Downloads\Fall2024\SecureProgramming\ckks-engine\ckks-engine-applications\src\transactions_2024.csv";



// Specify the year and month to analyze
Expand Down

0 comments on commit e1c93c6

Please sign in to comment.