A dictionary in Python is a collection of data which is unordered and mutable. Unlike, numeric indices used by lists, a dictionary uses the key as an index for a specific value. It can be used to store unrelated data types but data that is related as a real-world entity. The keys themselves are employed for using a specific value.
[mai mult...]Read multiple CSV files into separate DataFrames in Python
We will see how to read multiple CSV files into separate DataFrames. For reading only one data frame we can use pd.read_csv()function of pandas. It takes a path as input and returns data frame like df = pd.read_csv(“file path”).
[mai mult...]How to create calendar in Excel (drop-down and printable)
When working with large or shared worksheets, maintaining data integrity is the biggest problem, especially when it comes to entering dates. Should they be entered as mm/dd/yy or dd/mm/yy or mm-dd-yyyy? And can I simply type a date like “05 Sep 2016”?
[mai mult...]How to insert and run VBA code in Excel
Suppose you need to change your data in some way. You googled a lot and found a VBA macro that solves your task. However, your knowledge of VBA leaves much to be desired.
[mai mult...]GetDLPPolicyTip call not found in Fiddler trace
If DLP policy tips don’t work as expected, Fiddler is a useful tool to help you diagnose the issue.
[mai mult...]Microsoft Outlook performance is slow when the email is being sent
When DLP Endpoint is installed, Microsoft Outlook performance is slow when the email is being sent.
[mai mult...]Confirm that the DLP Outlook Plugin is Installed
You need to confirm that the outlook plugin is working on a Symantec Data Loss Prevention (DLP) endpoint.
[mai mult...]